Skip to content

Commit f649351

Browse files
authored
enable swoole php 8.4 (#766)
1 parent aa1b8c2 commit f649351

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtimes/8.4/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ RUN apt-get update && apt-get upgrade -y \
3333
php8.4-xml php8.4-zip php8.4-bcmath php8.4-soap \
3434
php8.4-intl php8.4-readline \
3535
php8.4-ldap \
36-
php8.4-msgpack php8.4-igbinary php8.4-redis \
37-
# php8.4-swoole \
36+
php8.4-msgpack php8.4-igbinary php8.4-redis php8.4-swoole \
3837
php8.4-memcached php8.4-pcov php8.4-imagick php8.4-xdebug \
3938
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
4039
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \

0 commit comments

Comments
 (0)