Enable non-interactive installs

This commit is contained in:
Christopher Zenzel 2020-01-12 03:32:04 -05:00
parent b8b55b9ba2
commit 3825d024b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \