Skip to content

Commit 476d762

Browse files
author
William Yang
committed
fix: install bootcs-cli from GitHub instead of PyPI
1 parent c872083 commit 476d762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
6666
# ============================================
6767

6868
# ============================================
69-
# 安装 bootcs-cli
69+
# 安装 bootcs-cli (从 GitHub 安装)
7070
# ============================================
71-
RUN pip install --no-cache-dir bootcs
71+
RUN pip install --no-cache-dir git+https://github.com/bootcs-cn/bootcs-cli.git
7272

7373
# ============================================
7474
# 环境配置

0 commit comments

Comments
 (0)