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 18cf167 commit 1106814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN ARCH=$(uname -m) && \
http://vault.centos.org/8-stream/BaseOS/${ARCH}/os/Packages/centos-stream-repos-8-6.el8.noarch.rpm && \
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=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 1106814

Please sign in to comment.