dev_1.0.0_yuyr 完成 log和bind模块开发部署测试 #8

Merged
yuyr merged 26 commits from dev_1.0.0_yuyr into dev_1.0.0 2025-09-22 16:39:39 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 40af0e74b7 - Show all commits

View File

@ -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/*

View File

@ -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/*