Commit c6bd305b authored by Winfried's avatar Winfried

Fixing soap being loaded twice

parent 24d70ad1
......@@ -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
#####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment