From 088ffff2be5881fc7231ce7d48a1767ee95c2942 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 20 Nov 2022 21:13:52 -0500 Subject: [PATCH] Adding on cloud tools to support digital ocean and kubernetes --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a688158..f54a795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM quay.io/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 + util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq unzip coreutils \ + helm doctl kubernetes-client # Adding some Ansible Key and Timeout setting ENV ANSIBLE_HOST_KEY_CHECKING=False