diff --git a/Dockerfile b/Dockerfile index df16827..1df6f8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /build RUN apk add curl tar -RUN curl -vLJ -H "Authorization: token ${TOKEN}" -o chronical_linux_amd64.tar https://git.anomalous.dev/57_Wolve/chronical/releases/download/${VERSION}/discord-sentinel_linux_amd64.tar +RUN curl -vLJ -H "Authorization: token ${TOKEN}" -o chronical_linux_amd64.tar https://git.anomalous.dev/57_Wolve/chronical/releases/download/${VERSION}/chronical_linux_amd64.tar RUN tar xvf chronical_linux_amd64.tar -C /build