From 7e96fc440a89eac7d4199f251e2c6df49cdef967 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Sun, 21 Jul 2024 11:17:19 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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