From 2ccf9cf70f1a560acdd75da94c38a99d162dfe88 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 15 Oct 2023 01:37:35 +0100 Subject: [PATCH] im silly --- gitea-runner/NodeLatestDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-runner/NodeLatestDockerfile b/gitea-runner/NodeLatestDockerfile index 0c5dbe2..f54ed47 100644 --- a/gitea-runner/NodeLatestDockerfile +++ b/gitea-runner/NodeLatestDockerfile @@ -12,7 +12,7 @@ COPY --from=node /usr/local/bin /usr/local/bin RUN apk add --no-cache libstdc++ libgcc # Install other dependencies -RUN apk install --no-cache curl wget git bash +RUN apk add --no-cache curl wget git bash # Print the version of NodeJS we're running RUN node --version \ No newline at end of file