From e70287a91d62a9fd624e6912677fb7a3638c9388 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 16 Feb 2018 08:10:09 +0100 Subject: [PATCH] add new libs --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 755fbfc..3febc26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,11 @@ COPY --from=builder /sbin/dovecot /sbin/dovecot RUN apk --no-cache add \ libsodium \ + libbz2 \ + zlib \ + libressl \ + libressl2.6-libssl \ + libressl2.6-libcrypto \ lua RUN addgroup -g 2222 dovecot