Skip to content

Add xdebug to php-unit-test images

Alan Nelson requested to merge xdebug into develop

xdebug is required for code coverage reports and is not included in the default php Alpine images.

$PHPIZE_DEPS is defined by the PHP Alpine image maintainers and documented as available for use in Dockerfiles. It will contain a list of packages needed to build PHP extensions.

Merge request reports