From 38294cd6fea72ee81d6838c4a957aba8568ccb1f Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 7 Jun 2025 11:54:36 -0400 Subject: [PATCH] Getting the new image ready --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a5053b..fbf70fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,9 @@ RUN dnf install -y podman-docker buildah skopeo \ && dnf install -y sonar-scanner-cli-${SONAR_SCANNER_VERSION} \ && dnf clean all \ && rm -rf /var/cache/yum \ - && curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp \ + && curl --silent \ + --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | \ + tar xz -C /tmp \ && mv /tmp/eksctl /usr/bin \ && touch /etc/containers/nodocker