From a69681b07cbc69ec20fbbba5d147948e9facf8f5 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 18 May 2016 07:58:33 +0300 Subject: [PATCH] install the php zip extention in the workspace --- workspace/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 92207649..efaf59b8 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -26,6 +26,7 @@ RUN apt-get update \ php7.0-mbstring \ php7.0-mcrypt \ php7.0-mysql \ + php7.0-zip \ git \ curl \ vim \