mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
docker: Always agree to install all updates
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user