Skip to content

Commit 9f42738

Browse files
committed
Try to fix the ppc64le container build issues
Signed-off-by: Nikola Forró <[email protected]>
1 parent 02de7ee commit 9f42738

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

containers/Containerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ FROM registry.fedoraproject.org/fedora:41
66
ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \
77
ANSIBLE_STDOUT_CALLBACK=debug
88

9-
RUN dnf -y upgrade && \
10-
dnf -y install ansible python3-pip && \
9+
RUN uname -m
10+
11+
RUN dnf --setopt=sslverify=false -y upgrade && \
12+
dnf --setopt=sslverify=false -y install ansible python3-pip && \
1113
dnf clean all

0 commit comments

Comments
 (0)