Skip to content

Commit 2728a99

Browse files
authored
Merge pull request laradock#496 from cosmospham/master
Fix PHP 5.6 Dockerfile syntax error
2 parents ea14894 + 5bb5157 commit 2728a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \
4545
# Install the soap extension
4646
apt-get -y update && \
4747
apt-get -y install libxml2-dev && \
48-
docker-php-ext-install soap && \
48+
docker-php-ext-install soap \
4949
;fi
5050

5151
#####################################

0 commit comments

Comments
 (0)