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.
2 parents e45e830 + 255d764 commit 352c111Copy full SHA for 352c111
images/8.3/Dockerfile-alpine
@@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
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
+RUN pecl install xdebug-3.3.0alpha3 && 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
135
# Install Deptrac
0 commit comments