Skip to content

Commit

Permalink
Fix xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Nov 24, 2023
1 parent 5bd8d46 commit 255d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/8.3/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normaliz

# Install infection/infection for mutation testing
RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
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
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection

# Install Deptrac
Expand Down

0 comments on commit 255d764

Please sign in to comment.