File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ RUN apt-get update \
30
30
php8.3-intl php8.3-readline \
31
31
php8.3-ldap \
32
32
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 \
36
34
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
37
35
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
38
36
&& 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 \
You can’t perform that action at this time.
0 commit comments