From c660b9735119a47ff508d7289b776afa90b42a88 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Sun, 21 Jul 2024 11:10:16 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index ead8084..f0a0dd3 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -6,7 +6,9 @@ RUN apk add --update --no-cache \ bash sudo ca-certificates openssl openssh-client \ git git-lfs wget curl \ zip unzip xz zstd jq \ -nodejs python3 py3-pip php8-pecl-xdebug +nodejs python3 py3-pip + +RUN pecl install xdebug RUN apk add --no-cache curl patch openssh-client openldap-dev