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 c872083 commit 476d762Copy full SHA for 476d762
docker/Dockerfile
@@ -66,9 +66,9 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
66
# ============================================
67
68
69
-# 安装 bootcs-cli
+# 安装 bootcs-cli (从 GitHub 安装)
70
71
-RUN pip install --no-cache-dir bootcs
+RUN pip install --no-cache-dir git+https://github.com/bootcs-cn/bootcs-cli.git
72
73
74
# 环境配置
0 commit comments