Skip to content

Commit

Permalink
feat: add git to wp image
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPipolo committed Jun 7, 2024
1 parent c64e076 commit b4f8859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/wp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS} \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& apk del pcre-dev ${PHPIZE_DEPS} \
&& apk add --no-cache patch
&& apk add --no-cache patch \
&& apk add --no-cache git

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

Expand Down

0 comments on commit b4f8859

Please sign in to comment.