diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-07-22 02:04:42 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-07-22 02:04:42 +0000 |
commit | c3ab0c29fca173f332e35f873d817c0e81527eb0 (patch) | |
tree | 3ea5281bb3019709785d28b32f49aaba83f0c9b3 | |
parent | added purple-presage but dont think if it supports bitlbee so turned it off f... (diff) | |
download | docker-bitlbee-libpurple-c3ab0c29fca173f332e35f873d817c0e81527eb0.tar.gz docker-bitlbee-libpurple-c3ab0c29fca173f332e35f873d817c0e81527eb0.zip |
added purple-presage but dont think if it supports bitlbee so turned it off for now
-rw-r--r-- | Dockerfile.debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.debian b/Dockerfile.debian index 41a444f..1212e78 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -343,7 +343,7 @@ RUN echo MATRIX=${MATRIX} > /tmp/status \ FROM bitlbee-build AS signal-presage -ARG SIGNAL=0 +ARG SIGNAL=1 ARG SIGNAL_VERSION=master RUN echo SIGNAL=${SIGNAL} > /tmp/status \ |