Skip to content

Commit c6bd305

Browse files
Fixing soap being loaded twice
1 parent 24d70ad commit c6bd305

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workspace/Dockerfile-56

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \
6262
# Install the PHP SOAP extension
6363
apt-get -y update && \
6464
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 \
65+
apt-get -y install libxml2-dev php5.6-soap \
6766
;fi
6867

6968
#####################################

0 commit comments

Comments
 (0)