fix libs for some extensions

This commit is contained in:
Ric Harvey
2019-03-09 23:58:32 +00:00
parent a8bd5c9c90
commit 3eef2aca52

View File

@@ -75,9 +75,6 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
libressl-dev \ libressl-dev \
pcre-dev \ pcre-dev \
zlib-dev \ zlib-dev \
bzip2-dev \
imap-dev \
openssl-dev \
linux-headers \ linux-headers \
curl \ curl \
gnupg \ gnupg \
@@ -171,6 +168,9 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
curl \ curl \
libcurl \ libcurl \
libzip-dev \ libzip-dev \
bzip2-dev \
imap-dev \
openssl-dev \
git \ git \
python \ python \
python-dev \ python-dev \