adding libzip-dev

This commit is contained in:
Ric Harvey
2019-03-05 21:31:21 +00:00
parent 1658c95859
commit f2d2779d13

View File

@@ -7,7 +7,7 @@ ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
ENV NGINX_VERSION 1.14.2 ENV NGINX_VERSION 1.14.2
ENV LUA_MODULE_VERSION 0.10.13 ENV LUA_MODULE_VERSION 0.10.14
ENV DEVEL_KIT_MODULE_VERSION 0.3.0 ENV DEVEL_KIT_MODULE_VERSION 0.3.0
ENV LUAJIT_LIB=/usr/lib ENV LUAJIT_LIB=/usr/lib
ENV LUAJIT_INC=/usr/include/luajit-2.1 ENV LUAJIT_INC=/usr/include/luajit-2.1
@@ -167,6 +167,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
supervisor \ supervisor \
curl \ curl \
libcurl \ libcurl \
libzip-dev \
git \ git \
python \ python \
python-dev \ python-dev \