From decfe7d781a9a7f4d669a8a89398f869f7fca2a1 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 15 Oct 2023 01:27:58 +0100 Subject: [PATCH] remove node install as we're copying it --- gitea-runner/NodeLatestDockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gitea-runner/NodeLatestDockerfile b/gitea-runner/NodeLatestDockerfile index c91f557..108be2f 100644 --- a/gitea-runner/NodeLatestDockerfile +++ b/gitea-runner/NodeLatestDockerfile @@ -10,7 +10,4 @@ COPY --from=node /usr/local/include /usr/local/include COPY --from=node /usr/local/bin /usr/local/bin # Install packages -RUN apk add --no-cache curl wget git bash - -# Install Node 18 -RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted \ No newline at end of file +RUN apk add --no-cache curl wget git bash \ No newline at end of file