Skip to content

Commit a962df6

Browse files
committed
Change Swoole PHP 8.3 image
1 parent 54d2a55 commit a962df6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swoole/8.3/cli/alpine/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.3-cli-alpine
22

3-
RUN apk add --no-cache $PHPIZE_DEPS
4-
5-
RUN pecl install phalcon swoole && \
6-
docker-php-ext-enable phalcon swoole
3+
RUN apk add --no-cache $PHPIZE_DEPS curl-dev openssl-dev
4+
RUN printf "no\nyes\nyes\nyes\n" | pecl install swoole && \
5+
pecl install phalcon && \
6+
docker-php-ext-enable swoole phalcon

0 commit comments

Comments
 (0)