From 07a07ab3ac750100b515dc52492d3e80644d8dc0 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 18 May 2016 08:23:53 +0300 Subject: [PATCH] install php xml in the workspace container --- workspace/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 4eb0e4ae..40603edb 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -23,6 +23,7 @@ RUN apt-get update \ php7.0-common \ php7.0-curl \ php7.0-json \ + php7.0-xml \ php7.0-mbstring \ php7.0-mcrypt \ php7.0-mysql \