Skip to content

Commit

Permalink
Enable non-interactive installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Zenzel committed Jan 12, 2020
1 parent b8b55b9 commit 3825d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3825d02

Please sign in to comment.