diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index c4a2be7..cb103d5 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 --update linux-headers + RUN apk add --no-cache $PHPIZE_DEPS RUN pecl install xdebug