aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-04-14 03:47:38 +0000
committerterminaldweller <devi@terminaldweller.com>2025-04-14 03:47:38 +0000
commitbaa706160a7732ba30c1a96adca9482ed7bba345 (patch)
treecc8b91e237ee1565a118996d9892b7524c4e1e09
parentupdated the readme (diff)
downloaddocker-bitlbee-libpurple-baa706160a7732ba30c1a96adca9482ed7bba345.tar.gz
docker-bitlbee-libpurple-baa706160a7732ba30c1a96adca9482ed7bba345.zip
updated the readme
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c710b9..e37da6b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ This docker image includes bitlbee-libpurple with a bunch of useful plugins:
- signal via [purple-presage](https://github.com/hoehermann/purple-presage)
- whatsapp via [purple-gowhatsmeow](https://github.com/hoehermann/purple-gowhatsapp.git)
- microsoft teams via [purple-teams](https://github.com/EionRobb/purple-teams)
-- icyque via [icyque](https://github.com/EionRobb/icyque)
+- [icyque](https://github.com/EionRobb/icyque)
- [facebook](https://github.com/jgeboski/bitlbee-facebook)
- [steam](https://github.com/jgeboski/bitlbee-steam)
- [sipe](https://github.com/tieto/sipe)
@@ -28,11 +28,11 @@ for matrix, use [matrix2051](https://github.com/progval/matrix2051)
## Building and Running
-```bash
+```sh
docker build -f ./Dockerfile.debian -t bitlbee-purple .
```
-```bash
+```sh
docker run -p 6667:6667 --name bitlbee -v /local/path/to/configurations:/var/lib/bitlbee --restart=always --detach bitlbee-purple
```
@@ -77,3 +77,9 @@ networks:
volumes:
userdata:
```
+
+You can use [grype](https://github.com/anchore/grype) to check for CVEs affecting the image:
+
+```sh
+grype bitlbee-purple --scope all-layers
+```