Skip to content

Commit

Permalink
Try to fix the ppc64le container build issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Dec 10, 2024
1 parent 02de7ee commit cce38d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions containers/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM registry.fedoraproject.org/fedora:41
ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \
ANSIBLE_STDOUT_CALLBACK=debug

RUN dnf -y upgrade && \
dnf -y install ansible python3-pip && \
dnf clean all
RUN DNF=dnf; [ "$(uname -m)" = "ppc64le" ] && DNF="dnf --setopt=sslverify=false"; \
$DNF -y upgrade && \
$DNF -y install ansible python3-pip && \
$DNF clean all

0 comments on commit cce38d8

Please sign in to comment.