We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7d146 commit 54d2a55Copy full SHA for 54d2a55
swoole/8.3/cli/alpine/Dockerfile
@@ -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