diff --git a/29/Dockerfile b/29/Dockerfile index 5f917a8793c81c9225ded7731352ad83bfe92323..f6a680ba87780e17a2631f621e1ad08c48302b6b 100644 --- a/29/Dockerfile +++ b/29/Dockerfile @@ -8,9 +8,6 @@ RUN rpm --rebuilddb; \ 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 - RUN dnf install -y --allowerasing \ sudo wget curl which tar expect git \ patch rpm-build redhat-rpm-config rpmlint \ diff --git a/30/Dockerfile b/30/Dockerfile index 0c1675f4ac5c83778763640dd1b8242a3c443548..32eae208abc36d9c480c62b51f9b7a3892e91ec5 100644 --- a/30/Dockerfile +++ b/30/Dockerfile @@ -2,9 +2,6 @@ FROM fedora:30 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 --allowerasing \ sudo wget curl which tar expect git \ patch rpm-build redhat-rpm-config rpmlint \