]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
docker: Always agree to install all updates
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Nov 2018 20:16:08 +0000 (20:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Nov 2018 20:16:08 +0000 (20:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tools/docker/Dockerfile

index 23a6f88e17cddaf25773cb118259b3e6b45ed8d9..6fcd5cbee6b7180c6eac52e73329877aad764d40 100644 (file)
@@ -2,7 +2,7 @@
 FROM debian:stable
 
 # Install all updates
-RUN apt-get update && apt-get dist-upgrade
+RUN apt-get update && apt-get dist-upgrade -y
 
 # Install all packages needed for the build
 RUN apt-get install -y \