From 96e73317f9ffce7ff28f8004893fef7a9f049892 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 19 Feb 2026 14:22:21 +0100 Subject: [PATCH] notify-push: remove jq as it is not needed anymore Signed-off-by: Simon L. --- Containers/notify-push/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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; \