Skip to content

Commit d54af9d

Browse files
authored
Use apt php8.3-swoole again (#731)
1 parent ff9032d commit d54af9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runtimes/8.3/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ RUN apt-get update \
3030
php8.3-intl php8.3-readline \
3131
php8.3-ldap \
3232
php8.3-msgpack php8.3-igbinary php8.3-redis \
33-
php8.3-memcached php8.3-pcov php8.3-imagick php8.3-xdebug \
34-
&& pecl install swoole-5.1.2 \
35-
&& echo "extension=swoole.so" > /etc/php/8.3/cli/conf.d/20-swoole.ini \
33+
php8.3-memcached php8.3-pcov php8.3-imagick php8.3-xdebug php8.3-swoole \
3634
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
3735
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
3836
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_VERSION.x nodistro main" > /etc/apt/sources.list.d/nodesource.list \

0 commit comments

Comments
 (0)