1 parent fc7eb3a commit b461c73Copy full SHA for b461c73
1 file changed
images/py-devkit-image-base/Dockerfile
@@ -35,7 +35,10 @@ RUN npm install -g \
35
@larksuite/cli \
36
&& npm cache clean --force
37
38
-RUN sh -c "$(curl -L https://trae.cn/trae-cli/install.sh)" \
39
- && ln -sf /root/.local/bin/traecli /usr/local/bin/traecli
+# Trae CLI: 因地區限制無法在 Docker build 中自動安裝
+# 需要時請手動執行:
40
+# sh -c "$(curl -L https://trae.cn/trae-cli/install.sh)"
41
+# RUN sh -c "$(curl -L https://trae.cn/trae-cli/install.sh)" \
42
+# && ln -sf /root/.local/bin/traecli /usr/local/bin/traecli
43
44
RUN useradd -m devuser
0 commit comments