diff --git a/runtimes/8.4/Dockerfile b/runtimes/8.4/Dockerfile index 8707873e..f2014960 100644 --- a/runtimes/8.4/Dockerfile +++ b/runtimes/8.4/Dockerfile @@ -33,8 +33,7 @@ RUN apt-get update && apt-get upgrade -y \ php8.4-xml php8.4-zip php8.4-bcmath php8.4-soap \ php8.4-intl php8.4-readline \ php8.4-ldap \ - php8.4-msgpack php8.4-igbinary php8.4-redis \ -# php8.4-swoole \ + php8.4-msgpack php8.4-igbinary php8.4-redis php8.4-swoole \ php8.4-memcached php8.4-pcov php8.4-imagick php8.4-xdebug \ && curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \ && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \