Skip to content
Snippets Groups Projects
Commit dab17916 authored by Markus Frosch's avatar Markus Frosch
Browse files

Remove obsolete build_icinga_org macro

parent 22935877
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,6 @@ RUN echo i686-redhat-linux-gnu >/etc/rpm/platform
RUN yum update -y
# 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 yum install -y \
sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \
......
......@@ -2,9 +2,6 @@ FROM centos:6
RUN yum update -y
# 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 yum install -y \
sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \
......
......@@ -2,9 +2,6 @@ FROM centos:7
RUN yum update -y
# 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 yum install -y \
sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment