This commit is contained in:
@@ -28,12 +28,9 @@ RUN code-server --install-extension dbaeumer.vscode-eslint &&\
|
||||
code-server --install-extension mhutchie.git-graph &&\
|
||||
code-server --install-extension ms-azuretools.vscode-docker &&\
|
||||
code-server --install-extension PKief.material-icon-theme &&\
|
||||
code-server --install-extension codex.codex &&\
|
||||
code-server --install-extension openai.chatgpt &&\
|
||||
echo done
|
||||
|
||||
# 配置 codex
|
||||
RUN curl -fsSL https://oss.itbzzb.cn/setup-codex.sh | bash -s -- --base-url https://api.jucode.cn/v1 --api-key 46e4e09f98b442a98e8e63d3ce94e3ff --mirror auto
|
||||
|
||||
# install Go Tools
|
||||
ENV GOPATH /root/go
|
||||
ENV PATH="${PATH}:${GOPATH}/bin"
|
||||
|
||||
Reference in New Issue
Block a user