diff --git a/Dockerfile b/Dockerfile index ee35a8f..941d28f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ COPY --from=builder /bin/doveadm /bin/doveadm COPY --from=builder /bin/doveconf /bin/doveconf COPY --from=builder /bin/dsync /bin/dsync COPY --from=builder /sbin/dovecot /sbin/dovecot -COPY --from=builder /usr/local/bin/sieve* /bin/ +COPY --from=builder /bin/sieve* /bin/ RUN apk --no-cache add \ libsodium \