mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 06:32:06 +00:00
Merge pull request #869 from justincormack/debian-noninteractive
Force Debian installs to never prompt the user
This commit is contained in:
commit
3575986414
@ -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