install the php zip extention in the workspace

This commit is contained in:
Mahmoud Zalt 2016-05-18 07:58:33 +03:00
parent 2c05c87400
commit a69681b07c

View File

@ -26,6 +26,7 @@ RUN apt-get update \
php7.0-mbstring \ php7.0-mbstring \
php7.0-mcrypt \ php7.0-mcrypt \
php7.0-mysql \ php7.0-mysql \
php7.0-zip \
git \ git \
curl \ curl \
vim \ vim \