add sieve binaries

This commit is contained in:
Sebastian Hugentobler 2018-02-16 11:41:27 +01:00
parent 68cc3608b8
commit 8677352892

View File

@ -53,13 +53,14 @@ COPY --from=builder /libexec/dovecot/ /libexec/dovecot/
COPY --from=builder /bin/doveadm /bin/doveadm
COPY --from=builder /bin/doveconf /bin/doveconf
COPY --from=builder /sbin/dovecot /sbin/dovecot
#COPY --from=builder /share/doc/dovecot/example-config/ /etc/dovecot/
COPY --from=builder /usr/local/bin/sieve* /bin/
RUN apk --no-cache add \
libsodium \
libbz2 \
zlib \
lz4 \
linux-pam \
libressl \
libressl2.6-libssl \
libressl2.6-libcrypto \