We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e965de8 + 504b0ba commit 89ab31aCopy full SHA for 89ab31a
Dockerfile
@@ -28,7 +28,8 @@ RUN \
28
libmaxminddb-dev \
29
zstd-dev \
30
brotli-dev \
31
- lz4-dev
+ lz4-dev \
32
+ curl-dev
33
34
RUN docker-php-ext-install sockets
35
@@ -47,7 +48,7 @@ RUN \
47
48
git clone --depth 1 --branch $PHP_SWOOLE_VERSION https://github.com/swoole/swoole-src.git && \
49
cd swoole-src && \
50
phpize && \
- ./configure --enable-sockets --enable-http2 --enable-openssl && \
51
+ ./configure --enable-sockets --enable-http2 --enable-openssl --enable-swoole-curl && \
52
make && make install && \
53
cd ..
54
@@ -179,6 +180,7 @@ RUN \
179
180
certbot \
181
docker-cli \
182
libgomp \
183
+ git \
184
&& docker-php-ext-install sockets opcache pdo_mysql pdo_pgsql \
185
&& apk del .deps \
186
&& rm -rf /var/cache/apk/*
0 commit comments