diff --git a/renovate/Dockerfile b/renovate/Dockerfile index 93c35bf..857ca97 100644 --- a/renovate/Dockerfile +++ b/renovate/Dockerfile @@ -1,5 +1,5 @@ FROM docker.io/node:lts-alpine RUN npm install -g renovate && \ - apk add -U --no-cache curl && \ + apk add -U --no-cache curl git && \ curl -L https://go.dev/dl/go1.20.1.linux-amd64.tar.gz | tar -xvz -C /usr/local \ No newline at end of file