Commit 51997ad3 authored by jerrrrry's avatar jerrrrry
Browse files

Update Dockerfile

parent 6b5c79d0
...@@ -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/*
# 创建目录结构 # 创建目录结构
...@@ -33,4 +34,4 @@ WORKDIR /workspace/scripts/ ...@@ -33,4 +34,4 @@ WORKDIR /workspace/scripts/
# 直接执行脚本(无需cd) # 直接执行脚本(无需cd)
CMD bash -c "\ CMD bash -c "\
bash entrypoint.sh" bash entrypoint.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