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

Ignore weak dependencies on initial update

parent 38ef9a50
No related branches found
No related tags found
No related merge requests found
FROM fedora:28 FROM fedora:28
RUN dnf update -y RUN dnf update -y --setopt=install_weak_deps=False
# TODO: Remove this once the build deps for boost have been cleaned up... # 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 echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
......
FROM fedora:29 FROM fedora:29
RUN dnf update -y RUN dnf update -y --setopt=install_weak_deps=False
# TODO: Remove this once the build deps for boost have been cleaned up... # 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 echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
......
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