From 78da99b245d5884f7a254279ab3e22e55ed0cdb1 Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Mon, 18 Mar 2024 17:22:32 +0100 Subject: [PATCH] try fixing Dockerfile 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7efbed2..730c1c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM aosapps/drone-sonar-plugin AS base FROM cimg/php:8.2 COPY --from=base /bin/drone-sonar /bin/ -RUN php-ext enable xdebug \ +RUN docker-php-ext-enable xdebug \ && echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \ && wget -O phpunit.phar https://phar.phpunit.de/phpunit-10.phar \ && sudo mv phpunit.phar /usr/local/bin/phpunit \