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 9f42738Copy full SHA for 9f42738
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 dnf -y upgrade && \
10
- dnf -y install ansible python3-pip && \
+RUN uname -m
+
11
+RUN dnf --setopt=sslverify=false -y upgrade && \
12
+ dnf --setopt=sslverify=false -y install ansible python3-pip && \
13
dnf clean all
0 commit comments