更新 .devcontainer/Dockerfile
All checks were successful
CI Pipeline / build (push) Successful in 2s

This commit is contained in:
2025-12-14 07:18:06 +00:00
parent c970262982
commit 327e52c994

View File

@@ -28,9 +28,6 @@ WORKDIR $WORKSPACE
RUN mkdir -p $WORKSPACE && \
chown -R $USERNAME:$USERNAME $WORKSPACE
# 切换到非root用户
USER $USERNAME
# 使用bash作为默认shell
SHELL ["/bin/bash", "-c"]