Skip to content

Commit 497a822

Browse files
committed
Fix alpine issue
1 parent 529c369 commit 497a822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/8.2/Dockerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ RUN mkdir -p /tools/edsonmedina/php_testability && \
128128
RUN 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/*
131132
RUN pecl install xdebug && docker-php-ext-enable xdebug && docker-php-ext-configure zip && docker-php-ext-install zip
132133
RUN composer global config --no-plugins allow-plugins.infection/extension-installer true && composer global require infection/infection
133134

0 commit comments

Comments
 (0)