From c18ef7dfe74cb8c59934f659447416e8fc841b15 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Mon, 22 Jul 2024 07:34:45 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 8 -------- 1 file changed, 8 deletions(-) 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