From 6f8d8cb5f1a620224b8e132b0ba3a99a0487fe1e Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 4 Feb 2024 14:15:22 -0500 Subject: [PATCH] Adding on some additional repos and proxy repo configs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3523866..efa0472 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,9 @@ RUN dnf install -y podman-docker buildah skopeo \ util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq wget curl unzip coreutils \ helm doctl kubernetes-client gnupg2 pinentry expect gh awscli \ python3-jsonpatch python3-requests-oauthlib python3-kubernetes python3-pip \ - curl -k -s -o - \ + && curl -k -s -o - \ https://nexus.jamesjonesconsulting.com/repository/package-config/dist/proxy/rpmfusion/rpmfusion-setup-proxy-repos.sh |\ - bash && \ + bash \ && rpm --import https://packages.microsoft.com/keys/microsoft.asc \ && dnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm \ && curl -k -s -o - \