Enable non-interactive installs
This commit is contained in:
parent
b8b55b9ba2
commit
3825d024b5
|
@ -21,7 +21,7 @@ RUN echo 'root:${ROOT_PASSWORD}' | chpasswd; \
|
||||||
|
|
||||||
# Install all Buildroot deps and prepare buildroot
|
# Install all Buildroot deps and prepare buildroot
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
RUN apt-get -q -y install \
|
RUN DEBIAN_FRONTEND=noninteractive apt-get -q -y install \
|
||||||
bc \
|
bc \
|
||||||
build-essential \
|
build-essential \
|
||||||
bzr \
|
bzr \
|
||||||
|
|
Loading…
Reference in New Issue