Skip to content

Commit 1264ef0

Browse files
aozhuochaoaozhuochao
authored andcommitted
swoole ext
1 parent 6a2712c commit 1264ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-build/script/install-swoole-4.8.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apk add --no-cache libstdc++ && \
66

77
cd /tmp \
88
&& pecl download swoole-4.8.13 \
9-
&& tar -xzf ./swoole-4.8.13.tgz \
10-
&& cd ./swoole-4.8.13 \
9+
&& mkdir -p /usr/src/php/ext/swoole \
10+
&& tar -xzf ./swoole-4.8.13.tgz --strip-components=1 -C /usr/src/php/ext/swoole \
1111
&& docker-php-ext-configure swoole \
1212
--enable-http2 \
1313
--enable-mysqlnd \

0 commit comments

Comments
 (0)