From 023dcdd963d57f8745a41167c5e9a8c00b5b6950 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 4 Feb 2024 16:44:34 -0500 Subject: [PATCH] Adding on some additional repos and proxy repo configs --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index efa0472..9001421 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN dnf install -y podman-docker buildah skopeo \ && 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 install -y cpanminus perl-Mojolicious perl-Carton \ && dnf clean all \ && rm -rf /var/cache/yum \ && wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq \