fix: suppress debconf frontend warnings during apt-get install

This commit is contained in:
2026-03-18 23:25:44 -04:00
parent a3a05070e7
commit d29c5b3eab
+2 -2
View File
@@ -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