From a4a140af58b7cb4614dee99d274b6116b74f8f2e Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 4 May 2024 07:18:21 -0400 Subject: [PATCH] Adding on the OKD client and upgrading to Fedora 40 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5141e04..907a13f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ RUN dnf install -y podman-docker buildah skopeo \ && 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-Test-Mojo perl-Test-Harness perl-Perl-Critic perl-Carton \ + && curl -k -s -o /etc/yum.repos.d/okd.repo https://nexus.jamesjonesconsulting.com/repository/package-config/yum/okd.repo \ + && dnf install -y okd-client \ && dnf clean all \ && rm -rf /var/cache/yum \ && wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq \