Merge pull request #496 from cosmospham/master

Fix PHP 5.6 Dockerfile syntax error
This commit is contained in:
Philippe Trépanier 2016-12-20 02:29:59 -05:00 committed by GitHub
commit 2728a99986

View File

@ -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
#####################################