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

Remove build_icinga_org macro

parent 7bbf4697
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -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 \
......
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