docker: Always agree to install all updates

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-30 20:16:08 +00:00
parent ef9cc2e5d5
commit 4fc73ace76

View 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 \