Skip to content

Commit

Permalink
enable swoole php 8.4 (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Dec 19, 2024
1 parent aa1b8c2 commit f649351
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtimes/8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f649351

Please sign in to comment.