Skip to content

Commit ba862d1

Browse files
committed
Update
1 parent 6a3aaeb commit ba862d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

8.4/alpine/swoole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -ex \
4343
&& ( \
4444
cd swoole \
4545
&& phpize \
46-
&& ./configure --enable-openssl --enable-swoole-curl --enable-cares --enable-swoole-pgsql --enable-swoole-sqlite --with-swoole-odbc=unixodbc,/usr \
46+
&& ./configure --enable-swoole-curl --enable-cares --enable-swoole-pgsql --enable-swoole-sqlite --with-swoole-odbc=unixodbc,/usr \
4747
&& make -s -j$(nproc) && make install \
4848
) \
4949
&& echo "memory_limit=1G" > /etc/php${PHP_BUILD_VERSION}/conf.d/00_default.ini \

8.4/alpine/swoole/Dockerfile-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -ex \
4343
&& ( \
4444
cd swoole \
4545
&& phpize \
46-
&& ./configure --enable-openssl --enable-swoole-curl \
46+
&& ./configure --enable-swoole-curl \
4747
&& make -s -j$(nproc) && make install \
4848
) \
4949
&& echo "memory_limit=1G" > /etc/php${PHP_BUILD_VERSION}/conf.d/00_default.ini \

0 commit comments

Comments
 (0)