Merge pull request #496 from cosmospham/master
Fix PHP 5.6 Dockerfile syntax error
This commit is contained in:
commit
2728a99986
|
@ -45,7 +45,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \
|
|||
# Install the soap extension
|
||||
apt-get -y update && \
|
||||
apt-get -y install libxml2-dev && \
|
||||
docker-php-ext-install soap && \
|
||||
docker-php-ext-install soap \
|
||||
;fi
|
||||
|
||||
#####################################
|
||||
|
|
Loading…
Reference in New Issue