Commit 2728a999 authored by Philippe Trépanier's avatar Philippe Trépanier Committed by GitHub

Merge pull request #496 from cosmospham/master

Fix PHP 5.6 Dockerfile syntax error
parents ea148943 5bb51575
......@@ -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
#####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment