mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 08:41:07 +08:00
fix healthcheck of notify-push
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
dd053182f9
commit
4f253b5d31
1 changed files with 1 additions and 0 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue