From 044dc68da647fd3e87a4f9b6ff25c3d4cc18097a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 16 Feb 2018 12:43:40 +0100 Subject: [PATCH] correctly copy sieve binaries --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \