Merge pull request #5 from VenerateTechnologies/noninteractive-fix

Docker Containers for Windows 10 - Enable Non-Interactive Installs of Packages
This commit is contained in:
David Humphrey 2020-01-12 08:45:26 -05:00 committed by GitHub
commit 313ac1bcf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \