Skip to content

Commit

Permalink
fixup! ansible: add rhel9_arm_cross containers
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Sep 4, 2024
1 parent 315f6f0 commit f0a81e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/docker/templates/rhel9_arm_cross.Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ ENV OSVARIANT docker
ENV DESTCPU {{ arch }}
ENV ARCH {{ arch }}

# ccache is not in the default repositories so get it from EPEL 8.
# ccache is not in the default repositories so get it from EPEL 9.
RUN dnf install --disableplugin=subscription-manager -y \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf update --disableplugin=subscription-manager -y \
&& dnf install --disableplugin=subscription-manager -y \
ccache \
Expand Down

0 comments on commit f0a81e8

Please sign in to comment.