From 3825d024b5c9b125579837c83a719b681224a6fd Mon Sep 17 00:00:00 2001 From: Christopher Zenzel Date: Sun, 12 Jan 2020 03:32:04 -0500 Subject: [PATCH] Enable non-interactive installs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7743924..f0852e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN echo 'root:${ROOT_PASSWORD}' | chpasswd; \ # Install all Buildroot deps and prepare buildroot WORKDIR /root -RUN apt-get -q -y install \ +RUN DEBIAN_FRONTEND=noninteractive apt-get -q -y install \ bc \ build-essential \ bzr \