Adding on some additional build container dependencies

This commit is contained in:
James Jones
2022-12-07 06:47:24 -05:00
parent 67b127bb4c
commit 8c9891eebb

View File

@@ -3,7 +3,7 @@ FROM quay.io/podman/stable:latest
# Adding on the docker alias, docker-compose and other useful stuff # Adding on the docker alias, docker-compose and other useful stuff
RUN dnf install -y podman-docker buildah skopeo docker-compose \ 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 \ util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq unzip coreutils \
helm doctl kubernetes-client origin-clients gnupg2 pinentry helm doctl kubernetes-client gnupg2 pinentry
# Adding the Azure CLI # Adding the Azure CLI
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \