From 48954716dc934ce276ccb248d54ddfea52be35cb Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:46:05 -0900 Subject: [PATCH] add DEBIAN_FRONTEND=noninteractive --- tools/images/build-deps/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/images/build-deps/Dockerfile b/tools/images/build-deps/Dockerfile index 69430647..83471db9 100644 --- a/tools/images/build-deps/Dockerfile +++ b/tools/images/build-deps/Dockerfile @@ -3,6 +3,8 @@ ARG VERSION ARG HTTP_PROXY +ENV DEBIAN_FRONTEND=noninteractive + ENV HTTP_PROXY=$HTTP_PROXY ENV http_proxy=$HTTP_PROXY @@ -14,8 +16,7 @@ RUN touch /etc/apt/apt.conf.d/proxy.conf && \ RUN dpkg --add-architecture i386 -RUN apt-get update &&\ - DEBIAN_FRONTEND=noninteractive \ +RUN apt-get update && \ apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata build-essential lib32gcc-9-dev g++-multilib dos2unix wiggle ENV user lg