Adding on kube deps

This commit is contained in:
James Jones
2023-04-23 17:53:45 -04:00
parent 975f84e9fd
commit 7edfb6c98b

View File

@@ -5,6 +5,7 @@ FROM ${ARTIFACTORY}/podman/stable:latest
RUN dnf install -y podman-docker buildah skopeo docker-compose \
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 \
&& rpm --import https://packages.microsoft.com/keys/microsoft.asc \
&& dnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm \
&& dnf install -y azure-cli \