We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1b8c2 commit f649351Copy full SHA for f649351
runtimes/8.4/Dockerfile
@@ -33,8 +33,7 @@ RUN apt-get update && apt-get upgrade -y \
33
php8.4-xml php8.4-zip php8.4-bcmath php8.4-soap \
34
php8.4-intl php8.4-readline \
35
php8.4-ldap \
36
- php8.4-msgpack php8.4-igbinary php8.4-redis \
37
-# php8.4-swoole \
+ php8.4-msgpack php8.4-igbinary php8.4-redis php8.4-swoole \
38
php8.4-memcached php8.4-pcov php8.4-imagick php8.4-xdebug \
39
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
40
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
0 commit comments