Skip to content

Commit 87d90ce

Browse files
authored
Add git
1 parent cf6667c commit 87d90ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/php-fpm/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ RUN apk add --no-cache $PHPIZE_DEPS \
4444

4545
COPY $DOCKER_IMAGE_FOLDER/php-fpm/php.ini /usr/local/etc/php/php.ini
4646

47+
# Git
48+
RUN apk add git
49+
4750
# Composer
4851
RUN apk add composer
4952

0 commit comments

Comments
 (0)