diff --git a/29/Dockerfile b/29/Dockerfile index 9220db14c20ac88e6ecccbc00eb58d0bff6bd9db..601cfab87424e3f7268f9a451263b63f01868c79 100644 --- a/29/Dockerfile +++ b/29/Dockerfile @@ -5,7 +5,7 @@ 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 -RUN dnf install -y \ +RUN dnf install -y --allowerasing \ sudo wget curl which tar expect git \ patch rpm-build redhat-rpm-config rpmlint \ patch ccache make util-linux \