File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
129129RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
130130
131131# Install infection/infection for mutation testing
132- RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
133- RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
132+ # RUN pecl install xdebug-3.3.0alpha3 && docker-php-ext-enable xdebug
133+ # RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
134134
135135# Install Deptrac
136136RUN mkdir -p /tools/deptrac && \
Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
128128RUN composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true && composer global require ergebnis/composer-normalize
129129
130130# Install infection/infection for mutation testing
131- RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
132- 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
131+ # RUN apk add --update linux-headers && rm -rf /var/cache/apk/*
132+ # 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
134134
135135# Install Deptrac
136136RUN mkdir -p /tools/deptrac && \
You can’t perform that action at this time.
0 commit comments