1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-28 09:57:16 +08:00
committed by cnb
parent 76df53574c
commit d865b9b202

View File

@@ -28,12 +28,9 @@ RUN code-server --install-extension dbaeumer.vscode-eslint &&\
code-server --install-extension mhutchie.git-graph &&\ code-server --install-extension mhutchie.git-graph &&\
code-server --install-extension ms-azuretools.vscode-docker &&\ code-server --install-extension ms-azuretools.vscode-docker &&\
code-server --install-extension PKief.material-icon-theme &&\ code-server --install-extension PKief.material-icon-theme &&\
code-server --install-extension codex.codex &&\ code-server --install-extension openai.chatgpt &&\
echo done 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 # install Go Tools
ENV GOPATH /root/go ENV GOPATH /root/go
ENV PATH="${PATH}:${GOPATH}/bin" ENV PATH="${PATH}:${GOPATH}/bin"