From 637def6a06aad3b61433d6be2eccfd11a02d4a0b Mon Sep 17 00:00:00 2001 From: Markus Frosch <markus.frosch@icinga.com> Date: Thu, 2 May 2019 17:07:03 +0200 Subject: [PATCH] 29: Force base update --- 29/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/29/Dockerfile b/29/Dockerfile index 601cfab..e6d0b7a 100644 --- a/29/Dockerfile +++ b/29/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:29 -RUN dnf update -y --setopt=install_weak_deps=False +RUN dnf update -y --setopt=install_weak_deps=False # 20190502 # TODO: Remove this once the build deps for boost have been cleaned up... RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build -- GitLab