We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2712c commit 1264ef0Copy full SHA for 1264ef0
docker-build/script/install-swoole-4.8.sh
@@ -6,8 +6,8 @@ apk add --no-cache libstdc++ && \
6
7
cd /tmp \
8
&& pecl download swoole-4.8.13 \
9
-&& tar -xzf ./swoole-4.8.13.tgz \
10
-&& cd ./swoole-4.8.13 \
+&& mkdir -p /usr/src/php/ext/swoole \
+&& tar -xzf ./swoole-4.8.13.tgz --strip-components=1 -C /usr/src/php/ext/swoole \
11
&& docker-php-ext-configure swoole \
12
--enable-http2 \
13
--enable-mysqlnd \
0 commit comments