diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index cb103d5..c35711d 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -14,6 +14,7 @@ RUN apk add --no-cache $PHPIZE_DEPS RUN pecl install xdebug +RUN docker-php-ext-enable xdebug 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