diff --git a/Containers/notify-push/Dockerfile b/Containers/notify-push/Dockerfile index 838c847c..1b5a7dc7 100644 --- a/Containers/notify-push/Dockerfile +++ b/Containers/notify-push/Dockerfile @@ -11,7 +11,6 @@ RUN set -ex; \ netcat-openbsd \ tzdata \ bash \ - jq \ openssl; \ # Give root a random password echo "root:$(openssl rand -base64 12)" | chpasswd; \