Add DEBIAN_FRONTEND noninteractive env var

sstream cache image

Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Change-Id: I7b8e5d4ff4e0f725f56871ccde7388d35b610b3a
This commit is contained in:
Ruslan Aliev 2023-02-21 16:20:49 -06:00
parent 23a2b557f1
commit 771db2bacb
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ ARG no_proxy
ARG SSTREAM_IMAGE=https://images.maas.io/ephemeral-v3/stable/
ARG SSTREAM_RELEASE=bionic
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -qq update && \
apt install -y simplestreams \
apache2 \