try fixing Dockerfile 3
continuous-integration/drone/push Build is failing Details

main
Alexandre AGOSTINHO 1 year ago
parent 78da99b245
commit ef2ef9fee1

@ -3,7 +3,8 @@ FROM aosapps/drone-sonar-plugin AS base
FROM cimg/php:8.2 FROM cimg/php:8.2
COPY --from=base /bin/drone-sonar /bin/ COPY --from=base /bin/drone-sonar /bin/
RUN docker-php-ext-enable xdebug \ RUN docker-php-ext-install xdebug \
&& docker-php-ext-enable xdebug \
&& echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \ && 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 \ && wget -O phpunit.phar https://phar.phpunit.de/phpunit-10.phar \
&& sudo mv phpunit.phar /usr/local/bin/phpunit \ && sudo mv phpunit.phar /usr/local/bin/phpunit \

Loading…
Cancel
Save