From e4f22806256c0e58e3c45e0232bb4db78a3b347a Mon Sep 17 00:00:00 2001 From: xinian Date: Tue, 17 Mar 2026 14:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20Dockerfi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ide/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ide/Dockerfile b/.ide/Dockerfile index 47a54450..7c0466e8 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -42,9 +42,7 @@ RUN go install -v github.com/haya14busa/goplay/cmd/goplay@latest RUN go install -v github.com/go-delve/delve/cmd/dlv@latest # install goreleaser RUN go install github.com/goreleaser/goreleaser/v2@latest -# 安装 cnb-openapi-skills -RUN mkdir -p ~/.codebuddy/skills && \ - git clone https://cnb.cool/cnb/sdk/cnb-openapi-skills ~/.codebuddy/skills/cnb-openapi-skills + ENV LC_ALL zh_CN.UTF-8 ENV LANG zh_CN.UTF-8 ENV LANGUAGE zh_CN.UTF-8 \ No newline at end of file