We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d2a55 commit a962df6Copy full SHA for a962df6
swoole/8.3/cli/alpine/Dockerfile
@@ -1,6 +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
+RUN apk add --no-cache $PHPIZE_DEPS curl-dev openssl-dev
+RUN printf "no\nyes\nyes\nyes\n" | pecl install swoole && \
+ pecl install phalcon && \
+ docker-php-ext-enable swoole phalcon
0 commit comments