Skip to content

Commit

Permalink
Add PHP 8.2 pcov extension again (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Dec 19, 2022
1 parent 8cc1fe0 commit 2e8be54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtimes/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN apt-get update \
php8.2-intl php8.2-readline \
php8.2-ldap \
php8.2-msgpack php8.2-igbinary php8.2-redis php8.2-swoole \
php8.2-memcached php8.2-xdebug \
# php8.2-pcov \
php8.2-memcached php8.2-pcov php8.2-xdebug \
&& php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
&& curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
&& apt-get install -y nodejs \
Expand Down

0 comments on commit 2e8be54

Please sign in to comment.