From 40af0e74b72fb1cdf00ccda47e1a39c14ee3646f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Sep 2025 04:44:58 +0000 Subject: [PATCH] =?UTF-8?q?[#1]=20=E5=AE=B9=E5=99=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B8=B8=E7=94=A8=E5=B7=A5=E5=85=B7=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/log/elasticsearch/build/Dockerfile | 2 +- src/log/kibana/build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/log/elasticsearch/build/Dockerfile b/src/log/elasticsearch/build/Dockerfile index 91663c6..28717f5 100644 --- a/src/log/elasticsearch/build/Dockerfile +++ b/src/log/elasticsearch/build/Dockerfile @@ -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/* diff --git a/src/log/kibana/build/Dockerfile b/src/log/kibana/build/Dockerfile index 93267ee..740757b 100644 --- a/src/log/kibana/build/Dockerfile +++ b/src/log/kibana/build/Dockerfile @@ -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/*