copy libexec stuff to second stage

This commit is contained in:
Sebastian Hugentobler 2018-02-16 10:36:55 +01:00
parent da2b76bba4
commit 9fb0e9a924

View File

@ -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