Skip to content

Commit

Permalink
Merge pull request #26 from bdunne/fix_tests
Browse files Browse the repository at this point in the history
Fix build issues
  • Loading branch information
Fryguy authored Feb 5, 2025
2 parents f725209 + 1c311c1 commit 9a036e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM registry.access.redhat.com/ubi8 as base
FROM registry.access.redhat.com/ubi9 as base

ENV app_root=/opt/manageiq/amazon-smartstate

RUN dnf -y --disableplugin=subscription-manager module enable ruby:2.7

RUN dnf -y --disableplugin=subscription-manager install --setopt=tsflags=nodocs \
RUN dnf -y --disableplugin=subscription-manager module enable ruby:3.1 && \
dnf -y --disableplugin=subscription-manager install --setopt=tsflags=nodocs \
libxml2 \
libxslt \
ruby && \
Expand Down

0 comments on commit 9a036e6

Please sign in to comment.