"vscode:/vscode.git/clone" did not exist on "2a111bc9febb6121bc270830c0afa302b3337490"
Commit 6b5c79d0 authored by jerrrrry's avatar jerrrrry
Browse files

Update Dockerfile

parent fd2d340f
......@@ -13,6 +13,7 @@ RUN apt-get update && \
lshw \
iputils-ping \
pciutils \
locate \
&& rm -rf /var/lib/apt/lists/*
# 创建目录结构
......@@ -32,4 +33,4 @@ WORKDIR /workspace/scripts/
# 直接执行脚本(无需cd)
CMD bash -c "\
bash run_envcheck.sh"
\ No newline at end of file
bash run_envcheck.sh"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment