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 \