diff --git a/15.0/Dockerfile b/15.0/Dockerfile index 52e035406aec72b7f65f359a6f603d1c74cf1e9f..7b25dab6a07819fcfb8012b99daedad4d58e8bc1 100644 --- a/15.0/Dockerfile +++ b/15.0/Dockerfile @@ -4,9 +4,6 @@ RUN zypper refresh -f \ && zypper update -y \ && zypper clean -# 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 zypper --non-interactive install --no-recommends \ sudo wget curl which tar expect git \ make patch rpm-build rpmlint \ diff --git a/42.3/Dockerfile b/42.3/Dockerfile index 3b13ec09c4552378b92c09ed1f3c68a04cb1daee..b7c746edd4de8891e5bfc4d60102e4d6011f2a88 100644 --- a/42.3/Dockerfile +++ b/42.3/Dockerfile @@ -4,9 +4,6 @@ RUN zypper refresh -f \ && zypper update -y \ && zypper clean -# 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 zypper --non-interactive install --no-recommends \ sudo wget curl which tar expect git \ make patch rpm-build rpmlint \