From b957a50bd670ec8fe7e59044eef084534f1e9327 Mon Sep 17 00:00:00 2001 From: Markus Frosch <markus.frosch@icinga.com> Date: Sun, 17 Mar 2019 13:36:28 +0100 Subject: [PATCH] Ignore weak dependencies on initial update --- 28/Dockerfile | 2 +- 29/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/28/Dockerfile b/28/Dockerfile index d01a3bb..6e0c1ce 100644 --- a/28/Dockerfile +++ b/28/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:28 -RUN dnf update -y +RUN dnf update -y --setopt=install_weak_deps=False # TODO: Remove this once the build deps for boost have been cleaned up... RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build diff --git a/29/Dockerfile b/29/Dockerfile index 652a372..9220db1 100644 --- a/29/Dockerfile +++ b/29/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:29 -RUN dnf update -y +RUN dnf update -y --setopt=install_weak_deps=False # 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