[#1] 容器增加常用工具安装

This commit is contained in:
root 2025-09-17 04:44:58 +00:00
parent eb31643a87
commit 40af0e74b7
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN if [ "$USE_INTRANET" = "true" ]; then \
# 安装 supervisor, net-tools, vim
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 && \
rm -rf /var/lib/apt/lists/*

View File

@ -17,7 +17,7 @@ RUN if [ "$USE_INTRANET" = "true" ]; then \
# 安装 supervisor, net-tools, vim
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 && \
rm -rf /var/lib/apt/lists/*