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