From f8f47bb09a93537a5a0d1fdc1e7e61f8c1aef350 Mon Sep 17 00:00:00 2001 From: Pham Tuan Date: Wed, 18 Dec 2024 09:28:08 +0700 Subject: [PATCH] fix: add git to php container --- php/8.2/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/8.2/ci/Dockerfile b/php/8.2/ci/Dockerfile index f3e8233..8c59b16 100644 --- a/php/8.2/ci/Dockerfile +++ b/php/8.2/ci/Dockerfile @@ -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