Skip to content

Commit ceee5ff

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/Containerfile

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

9+
RUN sed -i \
10+
's/rh-allow-sha1-signatures = no/rh-allow-sha1-signatures = yes/' \
11+
/usr/share/crypto-policies/DEFAULT/opensslcnf.txt
12+
913
RUN dnf -y upgrade && \
1014
dnf -y install ansible python3-pip && \
1115
dnf clean all

0 commit comments

Comments
 (0)