From 55a07a66754efba5632ac872a9a8ce9eea404b3e Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:42:27 +0000 Subject: [PATCH] Update --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 37c88d5..24cb430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,7 @@ RUN apk add --no-cache curl tar git ARG ICECON_VERSION="v1.0.0" RUN curl -LO https://github.com/icedream/icecon/releases/download/${ICECON_VERSION}/icecon_linux_amd64 && \ - mv icecon_linux_amd64 /usr/local/bin/icecon && \ - chmod +x /usr/local/bin/icecon + mv icecon_linux_amd64 /usr/local/bin/icecon # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh