diff --git a/runtimes/8.2/Dockerfile b/runtimes/8.2/Dockerfile index 4b8781e2..12782161 100644 --- a/runtimes/8.2/Dockerfile +++ b/runtimes/8.2/Dockerfile @@ -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 \