Add xdebug to php-unit-test images
Compare changes
+ 4
− 1
@@ -12,7 +12,10 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
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.