Skip to content

Commit dbe608f

Browse files
author
anonymous
committed
fix(dev-desktop): 启用 vsc-init 脚本执行
- 取消注释 Dockerfile 中的 vsc-init 运行命令 - 确保构建环境初始化脚本执行以配置必要工具 - 修复因未运行初始化脚本导致的环境设置问题 Signed-off-by: anonymous <anonymous@example.com>
1 parent 339d994 commit dbe608f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/dev-desktop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN go env -w GOPATH=$HOME/go
5252
RUN go install github.com/117503445/histmon@master
5353
RUN su - builder -c "yay -Su code-server claude-code cursor-cli openai-codex-bin --noconfirm"
5454
RUN GOPROXY=direct go install github.com/117503445/vsc-init@master
55-
# RUN $HOME/go/bin/vsc-init
55+
RUN $HOME/go/bin/vsc-init
5656
EXPOSE 4444
5757

5858
# 如果设置了 $CHINA_MIRROR 环境变量,则配置go代理

0 commit comments

Comments
 (0)