Skip to content

Commit a166a5a

Browse files
authored
Add pcov
1 parent 515b62c commit a166a5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS}
2222
RUN pecl install apcu
2323
RUN echo "extension=apcu.so" > /usr/local/etc/php/conf.d/apcu.ini
2424

25+
# pcov
26+
RUN pecl install pcov
27+
RUN docker-php-ext-enable pcov
28+
2529
RUN curl --insecure https://getcomposer.org/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
2630
RUN composer selfupdate
2731
RUN chmod 777 -R /tmp/

0 commit comments

Comments
 (0)