Commit 6b5c79d0 authored by jerrrrry's avatar jerrrrry
Browse files

Update Dockerfile

parent fd2d340f
...@@ -13,6 +13,7 @@ RUN apt-get update && \ ...@@ -13,6 +13,7 @@ RUN apt-get update && \
lshw \ lshw \
iputils-ping \ iputils-ping \
pciutils \ pciutils \
locate \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# 创建目录结构 # 创建目录结构
...@@ -32,4 +33,4 @@ WORKDIR /workspace/scripts/ ...@@ -32,4 +33,4 @@ WORKDIR /workspace/scripts/
# 直接执行脚本(无需cd) # 直接执行脚本(无需cd)
CMD bash -c "\ CMD bash -c "\
bash run_envcheck.sh" bash run_envcheck.sh"
\ No newline at end of file
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