add curl as dependency

This commit is contained in:
Michael Grote 2024-07-30 22:37:54 +02:00
parent 6df9a8b263
commit 05f393a091

View file

@ -5,7 +5,7 @@ COPY run.sh /
# hadolint ignore=DL3018
RUN apk update --no-cache && \
apk add --no-cache bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx postfix-pcre \
apk add --no-cache curl bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx postfix-pcre \
postfix && \
mkdir -p /var/log/supervisor/ /var/run/supervisor/ && \
chmod +x /run.sh && \