From 73b57e35d97064146fb7da06548080d601279561 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 29 Apr 2023 11:11:42 -0400 Subject: [PATCH] Adding on the eksctl tool --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4c81531..976d152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN dnf install -y podman-docker buildah skopeo \ && rm -rf /var/cache/yum \ && wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq \ && chmod +x /usr/bin/yq \ + && curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp \ + && sudo mv /tmp/eksctl /usr/bin \ && touch /etc/containers/nodocker # Adding some Ansible Key and Timeout setting as well as accepting ssh-rsa