From 609287b5491fd0b2643e99934c5af5ab1300b746 Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Thu, 19 Sep 2024 17:13:44 +0000 Subject: [PATCH] remove checksum Signed-off-by: Manabu McCloskey --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26b69c4..7e5fb58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,8 @@ RUN curl -L -O https://github.com/cnoe-io/cnoe-cli/releases/download/v0.1.0/cnoe sha256sum -c --strict --status --ignore-missing checksums.txt && \ tar -xzf cnoe_Linux_x86_64.tar.gz && \ mv cnoe /usr/bin/cnoe-cli && \ - chmod +x /usr/bin/cnoe-cli + chmod +x /usr/bin/cnoe-cli && \ + rm checksums.txt COPY ./cnoe-wrapper.sh /usr/bin/cnoe RUN chmod +x /usr/bin/cnoe