Skip to content

Commit

Permalink
install swoole
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 1, 2021
1 parent 4f0b2ba commit 9cf7a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtimes/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pecl install swoole

RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.0

RUN groupadd --force -g $WWWGROUP sail
Expand Down

0 comments on commit 9cf7a28

Please sign in to comment.