Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 22, 2025
1 parent 5ce0537 commit 6524e06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sapi/tools/build-swoole-cli-alpine-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ test -d var/build-swoole-cli-container/ && rm -rf var/build-swoole-cli-container
mkdir -p var/build-swoole-cli-container/
cd ${__PROJECT__}/var/build-swoole-cli-container/

cp ${__PROJECT__}/setup-swoole-cli-runtime.sh .
cp -f ${__PROJECT__}/setup-swoole-cli-runtime.sh .
#bash setup-swoole-cli-runtime.sh --proxy socks5h://127.0.0.1:7890
bash setup-swoole-cli-runtime.sh --proxy http://172.23.24.221:8010 --version v5.1.6.0
bash setup-swoole-cli-runtime.sh --proxy http://172.23.24.221:8010 --version v6.0.0.0

exit 0

cat >php.ini <<'EOF'
curl.cainfo="/usr/local/swoole-cli/etc/cacert.pem"
Expand Down

0 comments on commit 6524e06

Please sign in to comment.