From a33de15eb46fc7561a8b237d33a1b5803c8ffa47 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 1 Oct 2023 08:46:40 -0400 Subject: [PATCH] Adding in all the available ansible galaxy packages --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 976d152..deb6686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN dnf install -y podman-docker buildah skopeo \ && dnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm \ && dnf install -y azure-cli \ && dnf install -y rpm-build rpm-sign rubygems ruby-devel gcc gcc-c++ make libffi-devel \ + && dnf install -y ansible-collection* \ && dnf clean all \ && rm -rf /var/cache/yum \ && wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq \