We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529c369 commit 497a822Copy full SHA for 497a822
images/8.2/Dockerfile-alpine
@@ -128,6 +128,7 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
128
RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
129
130
# Install infection/infection for mutation testing
131
+RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
132
RUN pecl install xdebug && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
133
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
134
0 commit comments