add libz-dev library to php containers

This commit is contained in:
Mahmoud Zalt 2016-07-25 02:17:36 +03:00
parent 67f92de4f0
commit ca378ac734
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ RUN apt-get update
RUN apt-get install -y --no-install-recommends \
curl \
libmemcached-dev \
libz-dev \
libpq-dev \
libjpeg-dev \
libpng12-dev \

View File

@ -26,6 +26,7 @@ RUN apt-get update
RUN apt-get install -y --no-install-recommends \
curl \
libmemcached-dev \
libz-dev \
libpq-dev \
libjpeg-dev \
libpng12-dev \