From b38890b0ed281a0e27670a9f65757e9de871c756 Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Thu, 19 Sep 2024 17:16:17 +0000 Subject: [PATCH] remove tar file Signed-off-by: Manabu McCloskey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e5fb58..e3276c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/cnoe tar -xzf cnoe_Linux_x86_64.tar.gz && \ mv cnoe /usr/bin/cnoe-cli && \ chmod +x /usr/bin/cnoe-cli && \ - rm checksums.txt + rm checksums.txt cnoe_Linux_x86_64.tar.gz COPY ./cnoe-wrapper.sh /usr/bin/cnoe RUN chmod +x /usr/bin/cnoe