Skip to content

Commit 4b44324

Browse files
committed
style(Dockerfile)
1 parent 8861ddd commit 4b44324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7.1/jessie/fpm/mssql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ RUN docker-php-ext-install mbstring \
2222

2323
# Install dependence for yii2
2424
RUN apt-get install -y mysql-client curl libmcrypt libmcrypt-dev openssh-client \
25-
RUN docker-php-ext-install mcrypt pdo_mysql zip
25+
RUN docker-php-ext-install mcrypt pdo_mysql zip \
2626
&& curl -sS https://getcomposer.org/installer | php \
2727
&& mv composer.phar /usr/local/bin/composer

0 commit comments

Comments
 (0)