Skip to content

Commit

Permalink
Merge pull request #5 from VenerateTechnologies/noninteractive-fix
Browse files Browse the repository at this point in the history
Docker Containers for Windows 10 - Enable Non-Interactive Installs of Packages
  • Loading branch information
humphd authored Jan 12, 2020
2 parents b8b55b9 + 3825d02 commit 313ac1b
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 313ac1b

Please sign in to comment.