From 2a0b4b2437c6c7acc0567d2cc4b44e308b1afada Mon Sep 17 00:00:00 2001 From: James Jones Date: Mon, 27 May 2024 18:27:28 -0400 Subject: [PATCH] Adding on the pyyaml python module --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbcfcf0..7272a6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN dnf install -y --nogpgcheck \ 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 \ + python3-jsonpatch python3-requests-oauthlib python3-kubernetes python3-pyyaml python3-pip \ && curl -k -s -o - \ https://nexus.jamesjonesconsulting.com/repository/package-config/dist/proxy/rpmfusion/rpmfusion-setup-proxy-repos.sh |\ bash \