add curl as dependency
This commit is contained in:
parent
6df9a8b263
commit
05f393a091
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue