From c6bd305b138054a27ea1cd2fb4d466a749b8f415 Mon Sep 17 00:00:00 2001 From: Winfried Date: Sun, 23 Apr 2017 23:19:56 +0200 Subject: [PATCH] Fixing soap being loaded twice --- workspace/Dockerfile-56 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workspace/Dockerfile-56 b/workspace/Dockerfile-56 index 9b05eae7..8e69967f 100644 --- a/workspace/Dockerfile-56 +++ b/workspace/Dockerfile-56 @@ -62,8 +62,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \ # Install the PHP SOAP extension apt-get -y update && \ add-apt-repository -y ppa:ondrej/php && \ - apt-get -y install libxml2-dev php5.6-soap && \ - echo "extension=soap.so" >> /etc/php/5.6/cli/conf.d/40-soap.ini \ + apt-get -y install libxml2-dev php5.6-soap \ ;fi #####################################