Fix for #12 where Alpine 3.9 split cyrus-sasl into multiple packages: https://bugs.alpinelinux.org/issues/9987

This commit is contained in:
Bojan Čekrlić 2019-05-13 13:28:55 +02:00
parent cd4f64a8ce
commit f971f1efd2

View file

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