Skip to content

Commit

Permalink
feat: swoole
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Dec 7, 2024
1 parent b02acca commit 30992c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM lojassimonetti/php-apache-oci8-composer:php8dot3

USER root

RUN echo "---> Mongo DB" && \
pecl install mongodb && \
docker-php-ext-enable mongodb
RUN echo "---> Swoole" && \
pecl install swoole && \
docker-php-ext-enable swoole

USER www-data:www-data

0 comments on commit 30992c6

Please sign in to comment.