Skip to content

Commit 30992c6

Browse files
committed
feat: swoole
1 parent b02acca commit 30992c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM lojassimonetti/php-apache-oci8-composer:php8dot3
22

33
USER root
44

5-
RUN echo "---> Mongo DB" && \
6-
pecl install mongodb && \
7-
docker-php-ext-enable mongodb
5+
RUN echo "---> Swoole" && \
6+
pecl install swoole && \
7+
docker-php-ext-enable swoole
88

99
USER www-data:www-data

0 commit comments

Comments
 (0)