Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 4bf409b

Browse files
committed
adding a space
1 parent 371f516 commit 4bf409b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk update \
99
&& pecl install xdebug redis \
1010
&& docker-php-ext-enable xdebug redis \
1111
&& docker-php-source delete \
12-
&& docker-php-ext-install mcrypt pdo_mysql soap intl zip\
12+
&& docker-php-ext-install mcrypt pdo_mysql soap intl zip \
1313
&& echo "xdebug.remote_enable=on" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
1414
&& echo "xdebug.remote_autostart=off" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
1515
&& echo "xdebug.remote_port=9000" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \

0 commit comments

Comments
 (0)