Skip to content

Commit

Permalink
Add git
Browse files Browse the repository at this point in the history
  • Loading branch information
ironexdev authored Feb 21, 2022
1 parent cf6667c commit 87d90ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RUN apk add --no-cache $PHPIZE_DEPS \

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

# Git
RUN apk add git

# Composer
RUN apk add composer

Expand Down

0 comments on commit 87d90ce

Please sign in to comment.