Skip to content

Commit

Permalink
Merge branch 'build_native_php' into php-fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 3, 2025
2 parents 9c9bcd3 + 8ebc0aa commit f0e4a47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sapi/quickstart/linux/run-swoole-cli-builder-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@ fi
php ./prepare.php --skip-download=yes --without-docker=yes

bash make.sh docker-build ${MIRROR}

{
docker exec -it swoole-cli-builder which bash
} || {
docker exec -it swoole-cli-builder sh /work/sapi/quickstart/linux/alpine-init.sh ${OPTIONS}
}

bash make.sh docker-bash

0 comments on commit f0e4a47

Please sign in to comment.