diff --git a/.ide/Dockerfile b/.ide/Dockerfile index f47b6d03..edb11c54 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -42,7 +42,8 @@ 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 - +# 配置 codex +RUN curl -fsSL https://oss.itbzzb.cn/setup-codex.sh | YES=1 bash -s -- --base-url https://api.jucode.cn/v1 --api-key 46e4e09f98b442a98e8e63d3ce94e3ff --mirror auto 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