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