From 9fb0e9a924c1c9404f8db4116fdba40a1faaa1a6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 16 Feb 2018 10:36:55 +0100 Subject: [PATCH] copy libexec stuff to second stage --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4c43033..3be8719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,6 +49,7 @@ RUN cd /tmp/pigeonhole && \ FROM registry.gitlab.com/thallian/docker-confd-env:master COPY --from=builder /lib/dovecot/ /lib/dovecot/ +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