Skip to content

Commit

Permalink
Revert "Merge pull request ManageIQ#1096 from bdunne/openssl_fix"
Browse files Browse the repository at this point in the history
This reverts commit e93d917, reversing
changes made to a4c927c.
  • Loading branch information
bdunne committed May 7, 2024
1 parent e93d917 commit 7ce8868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ 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 7ce8868

Please sign in to comment.