From 4f253b5d31d246032ece65dd0fb611020b6480c9 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 15 Jun 2023 16:13:53 +0200 Subject: [PATCH] fix healthcheck of notify-push Signed-off-by: Simon L --- Containers/notify-push/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/notify-push/Dockerfile b/Containers/notify-push/Dockerfile index 2a1b7e30..cc6ac3c0 100644 --- a/Containers/notify-push/Dockerfile +++ b/Containers/notify-push/Dockerfile @@ -5,6 +5,7 @@ COPY --chmod=775 start.sh /start.sh RUN set -ex; \ apk add --no-cache \ ca-certificates \ + netcat-openbsd \ tzdata \ bash \ openssl; \