Skip to content

Commit

Permalink
fix: add git to php container
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanpt-0634 committed Dec 18, 2024
1 parent 273347c commit f8f47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/8.2/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:8.2-cli-alpine

COPY --from=composer:2 /usr/bin/composer /usr/bin/composer

RUN apk add --no-cache unzip
RUN apk add --no-cache unzip git

ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions
Expand Down

0 comments on commit f8f47bb

Please sign in to comment.