mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-10 08:55:39 +08:00
Fix for #12 where Alpine 3.9 split cyrus-sasl into multiple packages: https://bugs.alpinelinux.org/issues/9987
This commit is contained in:
parent
cd4f64a8ce
commit
f971f1efd2
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ ENV INBOUND_DEBUGGING=
|
|||
# Install postfix first to get the first account (101)
|
||||
# Install opendkim second to get the second account (102)
|
||||
RUN true && \
|
||||
apk add --no-cache postfix cyrus-sasl cyrus-sasl-plain && \
|
||||
apk add --no-cache --upgrade cyrus-sasl cyrus-sasl-plain cyrus-sasl-login && \
|
||||
apk add --no-cache postfix && \
|
||||
apk add --no-cache opendkim && \
|
||||
apk add --no-cache ca-certificates tzdata supervisor rsyslog && \
|
||||
apk add --no-cache --upgrade musl musl-utils && \
|
||||
|
|
Loading…
Reference in a new issue