Skip to content

Commit

Permalink
Switch from UBI openssl-libs to Stream openssl-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed May 2, 2024
1 parent a4c927c commit 700c387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ RUN --mount=type=bind,from=rpms,source=/tmp/rpms,target=/tmp/rpms \
https://rpm.manageiq.org/release/19-spassky/el9/noarch/manageiq-release-19.0-1.el9.noarch.rpm && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-19-spassky-nightly; fi && \
if [[ -n "$(ls /tmp/rpms)" ]]; then /usr/local/bin/prepare_local_yum_repo.sh; fi && \
dnf -y --disablerepo=ubi-9-baseos-rpms swap openssl-fips-provider openssl-libs && \
dnf -y update && \
dnf -y module enable ruby:3.1 && \
dnf -y install \
httpd \
Expand Down

0 comments on commit 700c387

Please sign in to comment.