Skip to content

Commit 8ebc0aa

Browse files
committed
Merge branch 'experiment-feature' into build_native_php
2 parents 770b7c2 + bcb3d69 commit 8ebc0aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sapi/quickstart/linux/run-swoole-cli-builder-container.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@ fi
5252
php ./prepare.php --skip-download=yes --without-docker=yes
5353

5454
bash make.sh docker-build ${MIRROR}
55+
56+
{
57+
docker exec -it swoole-cli-builder which bash
58+
} || {
59+
docker exec -it swoole-cli-builder sh /work/sapi/quickstart/linux/alpine-init.sh ${OPTIONS}
60+
}
61+
5562
bash make.sh docker-bash

0 commit comments

Comments
 (0)