From e6be85a131a62a826105c14c2b6b5911ebe5820f Mon Sep 17 00:00:00 2001 From: Andy Postnikov <apostnikov@gmail.com> Date: Sun, 21 Apr 2024 17:51:29 +0200 Subject: [PATCH] Issue #3404084: add pcov and phpdbg --- php/8.3-ubuntu-apache/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php/8.3-ubuntu-apache/Dockerfile b/php/8.3-ubuntu-apache/Dockerfile index 64c67532..22a15e39 100644 --- a/php/8.3-ubuntu-apache/Dockerfile +++ b/php/8.3-ubuntu-apache/Dockerfile @@ -115,14 +115,13 @@ RUN set -xe &&\ --enable-opcache \ --with-apxs2 \ --disable-cgi \ - --disable-phpdbg \ &&\ make -j "$(nproc)" &&\ make install &&\ cd / && rm -fr "$buildDir" # install pecl extensions for apcu, xdebug, and yaml -RUN pecl install APCu-5.1.23 yaml-2.2.3 \ +RUN pecl install APCu-5.1.23 pcov-1.0.11 yaml-2.2.3 \ &&\ # stript .debug files out of executables echo '\ -- GitLab