From 6823ffe6035630e28bf0d65c90bd8bbf1d8a9050 Mon Sep 17 00:00:00 2001 From: AriaieBOY Date: Thu, 19 Oct 2023 17:08:38 +0330 Subject: [PATCH] remove xdebug from php8.3 for now --- runtimes/8.3/DockerfileAlpine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/8.3/DockerfileAlpine b/runtimes/8.3/DockerfileAlpine index 8ce314c..9d0e640 100644 --- a/runtimes/8.3/DockerfileAlpine +++ b/runtimes/8.3/DockerfileAlpine @@ -15,8 +15,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ RUN chmod +x /usr/local/bin/install-php-extensions && \ - install-php-extensions @composer pgsql pcov xdebug gd imap zip bcmath pcntl soap intl exif imagick ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof - + install-php-extensions @composer pgsql pcov gd imap zip bcmath pcntl soap intl exif imagick ldap msgpack igbinary redis swoole opcache memcached pdo_pgsql pdo_mysql xhprof +# xdebug COPY --from=node /usr/lib /usr/lib COPY --from=node /usr/local/lib /usr/local/lib COPY --from=node /usr/local/include /usr/local/include