[#1] 容器增加常用工具安装
This commit is contained in:
parent
eb31643a87
commit
40af0e74b7
@ -17,7 +17,7 @@ RUN if [ "$USE_INTRANET" = "true" ]; then \
|
|||||||
|
|
||||||
# 安装 supervisor, net-tools, vim
|
# 安装 supervisor, net-tools, vim
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y supervisor net-tools vim && \
|
apt-get install -y supervisor net-tools inetutils-ping vim && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ RUN if [ "$USE_INTRANET" = "true" ]; then \
|
|||||||
|
|
||||||
# 安装 supervisor, net-tools, vim
|
# 安装 supervisor, net-tools, vim
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y supervisor net-tools vim && \
|
apt-get install -y supervisor net-tools inetutils-ping vim && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user