mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 01:24:42 +00:00
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>
5 lines
138 B
Docker
5 lines
138 B
Docker
FROM debian:testing
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
RUN apt-get update && apt-get -yq upgrade && apt-get install -yq qemu-user-static
|