We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a065ee commit 003ac66Copy full SHA for 003ac66
1 file changed
.github/workflows/Dockerfile-rockylinux-8
@@ -6,6 +6,7 @@ RUN dnf install -y epel-release
6
RUN dnf install -y cronie
7
RUN dnf install -y git
8
RUN dnf install -y curl
9
+RUN dnf install -y python3-dnf
10
11
# We now use uv to install and run ansible (see test_playbooks.sh)
12
#RUN dnf install -y python3-pip
0 commit comments