We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 984c036 + a4b6828 commit ba2dfaaCopy full SHA for ba2dfaa
images/manageiq-base/Dockerfile
@@ -45,7 +45,6 @@ RUN dnf -y remove subscription-manager* && \
45
dnf -y install \
46
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
47
https://rpm.manageiq.org/release/14-najdorf/el8/noarch/manageiq-release-14.0-2.el8.noarch.rpm && \
48
- rm -f /etc/yum.repos.d/ovirt-4.4-dependencies.repo && \
49
dnf -y module enable nodejs:12 && \
50
dnf -y module enable ruby:2.7 && \
51
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-14-najdorf-nightly; fi && \
0 commit comments