Skip to content

Commit 791f4d7

Browse files
liweijie0812cnb
authored andcommitted
编辑文件 Dockerfile
1 parent 2fd0ec0 commit 791f4d7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.cnb/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh \
77
&& code-server --install-extension waderyan.gitblame \
88
&& code-server --install-extension mhutchie.git-graph \
99
&& code-server --install-extension donjayamanne.githistory \
10-
&& code-server --install-extension tencent-cloud.coding-copilot@3.1.20 \
10+
&& code-server --install-extension tencent-cloud.coding-copilot@3.1.19 \
1111
&& code-server --install-extension vue.volar \
1212
&& echo done
1313

@@ -23,5 +23,3 @@ COPY .cnb/mcp-servers.json /root/.local/share/code-server/User/globalStorage/ten
2323
# 指定字符集支持命令行输入中文(根据需要选择字符集)
2424
ENV LANG C.UTF-8
2525
ENV LANGUAGE C.UTF-8
26-
27-

0 commit comments

Comments
 (0)