编辑文件 Dockerfile
This commit is contained in:
@@ -12,6 +12,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh \
|
||||
&& code-server --install-extension mhutchie.git-graph \
|
||||
&& code-server --install-extension donjayamanne.githistory \
|
||||
&& code-server --install-extension tencent-cloud.coding-copilot \
|
||||
&& code-server --install-extension golang.Go \
|
||||
&& echo done
|
||||
|
||||
# 安装 ssh 服务,用于支持 VSCode 等客户端通过 Remote-SSH 访问开发环境(也可按需安装其他软件)
|
||||
|
||||
Reference in New Issue
Block a user