Skip to content

Commit

Permalink
Ensure we pull ruby from CentOS, not UBI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Nov 13, 2024
1 parent 942723b commit dbc6f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN ARCH=$(uname -m) && \
sed -i 's/mirrorlist=/#mirrorlist=/g' /etc/yum.repos.d/CentOS-*.repo && \
sed -i 's/#baseurl=http:\/\/mirror/baseurl=http:\/\/vault/g' /etc/yum.repos.d/CentOS-*.repo \
dnf config-manager --setopt=appstream*.exclude=*httpd*,mod_ssl --save \
dnf config-manager --setopt=ubi-8-*.exclude=rpm*,ruby* --save \
; fi && \
dnf -y install \
httpd \
Expand Down

0 comments on commit dbc6f12

Please sign in to comment.