编辑文件 Dockerfile
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
xinian
2026-03-28 19:11:02 +08:00
committed by cnb
parent 3c32628475
commit cefa4d21ce

View File

@@ -58,7 +58,6 @@ RUN set -eux; \
waderyan.gitblame \
donjayamanne.githistory \
mhutchie.git-graph \
ms-azuretools.vscode-docker \
; do \
if ! /usr/bin/code-server --install-extension "${ext}" --user-data-dir "${USER_DATA_DIR}" --extensions-dir "${EXTENSIONS_DIR}"; then \
FAILED_EXTENSIONS="${FAILED_EXTENSIONS} ${ext}"; \