Skip to content

Commit 32d26c3

Browse files
authored
Merge pull request laradock#799 from winfried-van-loon/787-workspace-soap-warning
Fixing soap already loaded warning in workspace
2 parents b482d4d + a835c9e commit 32d26c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workspace/Dockerfile-70

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \
6060
# Install the PHP SOAP extension
6161
apt-get -y update && \
6262
add-apt-repository -y ppa:ondrej/php && \
63-
apt-get -y install libxml2-dev php7.0-soap && \
64-
echo "extension=soap.so" >> /etc/php/7.0/cli/conf.d/40-soap.ini \
63+
apt-get -y install libxml2-dev php7.0-soap \
6564
;fi
6665

6766
#####################################

0 commit comments

Comments
 (0)