add package: postfix-pcre

This commit is contained in:
Michael Grote 2023-11-03 11:30:43 +01:00
parent bedcf8ab7d
commit 14aac69ece

View file

@ -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 && \