Merge pull request #799 from winfried-van-loon/787-workspace-soap-warning
Fixing soap already loaded warning in workspace
This commit is contained in:
		@@ -60,8 +60,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 php7.0-soap && \
 | 
			
		||||
  echo "extension=soap.so" >> /etc/php/7.0/cli/conf.d/40-soap.ini \
 | 
			
		||||
  apt-get -y install libxml2-dev php7.0-soap \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user