未验证 提交 6fec3920 编写于 作者: T tianshuo78520a 提交者: GitHub

fix docker build bug (#22430)

上级 a13490a0
...@@ -111,9 +111,9 @@ function build_cpython { ...@@ -111,9 +111,9 @@ function build_cpython {
function build_cpythons { function build_cpythons {
check_var $GET_PIP_URL
curl -sLO $GET_PIP_URL
for py_ver in $@; do for py_ver in $@; do
check_var $GET_PIP_URL
curl -sLO $GET_PIP_URL
build_cpython $py_ver build_cpython $py_ver
done done
rm get-pip.py rm get-pip.py
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册