We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02de7ee commit ceee5ffCopy full SHA for ceee5ff
containers/Containerfile
@@ -6,6 +6,10 @@ FROM registry.fedoraproject.org/fedora:41
6
ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \
7
ANSIBLE_STDOUT_CALLBACK=debug
8
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
+
13
RUN dnf -y upgrade && \
14
dnf -y install ansible python3-pip && \
15
dnf clean all
0 commit comments