From 2a7b12e716903a4e321ffc3a267ff16f173a29b2 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 19 Feb 2023 17:14:15 -0500 Subject: [PATCH] Adding aws cli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32e1beb..9720d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ${ARTIFACTORY}/podman/stable:latest # Adding on the docker alias, docker-compose and other useful stuff RUN dnf install -y podman-docker buildah skopeo docker-compose \ util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq unzip coreutils \ - helm doctl kubernetes-client gnupg2 pinentry expect gh + helm doctl kubernetes-client gnupg2 pinentry expect gh awscli # Adding the Azure CLI RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \