From 86773528922d0088ec4004737fb69f1474051223 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 16 Feb 2018 11:41:27 +0100 Subject: [PATCH] add sieve binaries --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0113ae0..8d93a0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \