We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515b62c commit a166a5aCopy full SHA for a166a5a
Dockerfile
@@ -22,6 +22,10 @@ RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS}
22
RUN pecl install apcu
23
RUN echo "extension=apcu.so" > /usr/local/etc/php/conf.d/apcu.ini
24
25
+# pcov
26
+RUN pecl install pcov
27
+RUN docker-php-ext-enable pcov
28
+
29
RUN curl --insecure https://getcomposer.org/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
30
RUN composer selfupdate
31
RUN chmod 777 -R /tmp/
0 commit comments