Skip to content

Commit 255d764

Browse files
author
Umut Işık
committed
Fix xdebug
1 parent 5bd8d46 commit 255d764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/8.3/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz
129129

130130
# Install infection/infection for mutation testing
131131
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
132+
RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
133133
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
134134

135135
# Install Deptrac

0 commit comments

Comments
 (0)