fix(renovate): add Git package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter 2023-02-28 21:04:47 +01:00
parent efb39ec09f
commit 33c3fab01c
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -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