We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d70ad commit c6bd305Copy full SHA for c6bd305
1 file changed
workspace/Dockerfile-56
@@ -62,8 +62,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \
62
# Install the PHP SOAP extension
63
apt-get -y update && \
64
add-apt-repository -y ppa:ondrej/php && \
65
- apt-get -y install libxml2-dev php5.6-soap && \
66
- echo "extension=soap.so" >> /etc/php/5.6/cli/conf.d/40-soap.ini \
+ apt-get -y install libxml2-dev php5.6-soap \
67
;fi
68
69
#####################################
0 commit comments