This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 4fc73ace764edbaea578688b81a5af200d5b30f7 (commit) from ef9cc2e5d59924bb06d67dab2921876acca389c3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4fc73ace764edbaea578688b81a5af200d5b30f7 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Nov 30 20:16:08 2018 +0000
docker: Always agree to install all updates
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 23a6f88e1..6fcd5cbee 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -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 \
hooks/post-receive -- IPFire 2.x development tree