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 aa94887Copy full SHA for aa94887
containers/Containerfile
@@ -6,6 +6,8 @@ FROM registry.fedoraproject.org/fedora:41
6
ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \
7
ANSIBLE_STDOUT_CALLBACK=debug
8
9
+RUN cat /usr/share/crypto-policies/DEFAULT/openssl.txt /usr/share/crypto-policies/DEFAULT/opensslcnf.txt
10
+
11
RUN dnf -y upgrade && \
12
dnf -y install ansible python3-pip && \
13
dnf clean all
0 commit comments