Skip to content

Commit

Permalink
Merge pull request #58 from core23/pcov
Browse files Browse the repository at this point in the history
Restore pcov extension
  • Loading branch information
core23 committed Apr 11, 2024
2 parents 6e98df7 + 04308e8 commit bbaa020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions php/alpine/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php81-pdo_sqlite \
php81-pecl-imagick \
php81-pecl-mongodb \
php81-pecl-pcov \
php81-pecl-redis \
php81-phar \
php81-posix \
Expand Down
1 change: 1 addition & 0 deletions php/alpine/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php82-pdo_sqlite \
php82-pecl-imagick \
php82-pecl-mongodb \
php82-pecl-pcov \
php82-pecl-redis \
php82-phar \
php82-posix \
Expand Down
1 change: 1 addition & 0 deletions php/alpine/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php83-pdo_sqlite \
php83-pecl-imagick \
php83-pecl-mongodb \
php83-pecl-pcov \
php83-pecl-redis \
php83-phar \
php83-posix \
Expand Down

0 comments on commit bbaa020

Please sign in to comment.