Merge pull request #5 from VenerateTechnologies/noninteractive-fix
Docker Containers for Windows 10 - Enable Non-Interactive Installs of Packages
This commit is contained in:
commit
313ac1bcf4
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue