diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index fcd2f63..ec0b990 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -8,14 +8,6 @@ git git-lfs wget curl \ zip unzip xz zstd jq \ nodejs python3 py3-pip gpg -RUN apk add --update linux-headers - -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 gpg-agent RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer