diff --git a/Dockerfile b/Dockerfile index e163ef5..2ce1a86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.11-slim -RUN apt-get update \ - && apt-get install -y --no-install-recommends iputils-ping \ +RUN DEBIAN_FRONTEND=noninteractive apt-get update \ + && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping \ && rm -rf /var/lib/apt/lists/* # Upgrade pip to suppress the version notice