Skip to content

Commit

Permalink
Add PHP8.3 for Swoole
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 8, 2024
1 parent cd7d146 commit 54d2a55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions swoole/8.3/cli/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM php:8.3-cli-alpine

RUN apk add --no-cache $PHPIZE_DEPS

RUN pecl install phalcon swoole && \
docker-php-ext-enable phalcon swoole

0 comments on commit 54d2a55

Please sign in to comment.