Adding on some additional repos and proxy repo configs

This commit is contained in:
James Jones
2024-02-04 16:44:34 -05:00
parent 6f8d8cb5f1
commit 023dcdd963

View File

@@ -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 \