Skip to content

Commit

Permalink
Merge pull request ManageIQ#841 from jrafanie/drop_nodejs
Browse files Browse the repository at this point in the history
Drop nodejs from podified as it's a build dependency now
  • Loading branch information
Fryguy authored Jun 20, 2022
2 parents e2d6df2 + eeaa995 commit 63abb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ RUN dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpm.manageiq.org/release/15-oparin/el8/noarch/manageiq-release-15.0-1.el8.noarch.rpm && \
dnf -y module enable nodejs:14 && \
dnf -y module enable ruby:2.7 && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-15-oparin-nightly; fi && \
dnf config-manager --setopt=ubi-8-*.exclude=dracut*,net-snmp*,perl-*,redhat-release* --save && \
Expand Down

0 comments on commit 63abb17

Please sign in to comment.