mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-06 17:23:59 +00:00
Force Debian installs to never prompt the user
Sometimes Debian just wants to ask you questions on an install, this is really not a useful behaviour when there is no one attached to the process. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
7489a58c86
commit
d7d957a59f
@ -1,3 +1,4 @@
|
||||
FROM debian:stable
|
||||
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y ca-certificates
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get -yq upgrade && apt-get install -yq ca-certificates
|
||||
|
@ -1,3 +1,4 @@
|
||||
FROM debian:testing
|
||||
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y qemu-user-static
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get -yq upgrade && apt-get install -yq qemu-user-static
|
||||
|
Loading…
Reference in New Issue
Block a user