fix healthcheck of notify-push

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-15 16:13:53 +02:00
parent dd053182f9
commit 4f253b5d31

View file

@ -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; \