diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index f0a0dd3..c4a2be7 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -8,6 +8,8 @@ git git-lfs wget curl \ zip unzip xz zstd jq \ nodejs python3 py3-pip +RUN apk add --no-cache $PHPIZE_DEPS + RUN pecl install xdebug