Skip to content

Commit

Permalink
Merge pull request #22 from bap14/feature/add-openswoole-support
Browse files Browse the repository at this point in the history
Add Openswoole extension
  • Loading branch information
navarr committed Feb 26, 2024
2 parents 29a794c + 040b318 commit 185b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9

ARG PHP_VERSION
ARG PHP_EXTENSIONS="bcmath cli common gd gmp intl json mbstring \
mcrypt sodium mysqlnd pgsql opcache pdo pdo_pgsql pecl-msgpack pecl-amqp pecl-redis pecl-imagick pecl-zip process soap xml xmlrpc"
mcrypt sodium mysqlnd pgsql opcache pdo pdo_pgsql pecl-msgpack pecl-amqp pecl-redis pecl-imagick pecl-zip pecl-openswoole process soap xml xmlrpc"

RUN dnf update -y \
&& dnf clean all \
Expand Down

0 comments on commit 185b426

Please sign in to comment.