Skip to content

Commit 54d2a55

Browse files
committed
Add PHP8.3 for Swoole
1 parent cd7d146 commit 54d2a55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

swoole/8.3/cli/alpine/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM php:8.3-cli-alpine
2+
3+
RUN apk add --no-cache $PHPIZE_DEPS
4+
5+
RUN pecl install phalcon swoole && \
6+
docker-php-ext-enable phalcon swoole

0 commit comments

Comments
 (0)