Adding python3-kubernetes package and removing kubectl binary replaced by okd-client package

This commit is contained in:
James Jones
2024-05-27 23:34:10 +00:00
parent b0ae6c50d6
commit 34f3a8dd1b

View File

@@ -13,8 +13,8 @@ RUN dnf install -y --nogpgcheck \
# docker-compose - broken dependencies in F38 so removing
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 \
helm doctl gnupg2 pinentry expect gh awscli \
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 \