From b52815540be63a283d665941169a7587365b4801 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 20:33:51 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index e59c8f5..f18f0ff 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -8,6 +8,7 @@ git git-lfs wget curl \ zip unzip xz zstd jq \ nodejs python3 py3-pip + RUN apk add --no-cache curl patch openssh-client openldap-dev RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer