add package: postfix-pcre
This commit is contained in:
parent
bedcf8ab7d
commit
14aac69ece
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,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 \
|
||||
apk add --no-cache 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 && \
|
||||
|
|
Reference in a new issue