Skip to content

Commit 1c68429

Browse files
committed
fix(build): add git
1 parent d9f6f98 commit 1c68429

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
@@ -21,7 +21,7 @@ RUN docker-php-ext-install mbstring \
2121

2222

2323
# Install dependence for yii2
24-
RUN apt-get install -y mysql-client curl libmcrypt-dev openssh-client zlib1g-dev \
24+
RUN apt-get install -y mysql-client curl libmcrypt-dev openssh-client zlib1g-dev git \
2525
&& 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)