From 3eef2aca5269ec3e5f61d80b9454616197462626 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Sat, 9 Mar 2019 23:58:32 +0000 Subject: [PATCH] fix libs for some extensions --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68e014e..e0e0da7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,9 +75,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ libressl-dev \ pcre-dev \ zlib-dev \ - bzip2-dev \ - imap-dev \ - openssl-dev \ linux-headers \ curl \ gnupg \ @@ -171,6 +168,9 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo curl \ libcurl \ libzip-dev \ + bzip2-dev \ + imap-dev \ + openssl-dev \ git \ python \ python-dev \