fix(renovate): add Git package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
efb39ec09f
commit
33c3fab01c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM docker.io/node:lts-alpine
|
FROM docker.io/node:lts-alpine
|
||||||
|
|
||||||
RUN npm install -g renovate && \
|
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
|
curl -L https://go.dev/dl/go1.20.1.linux-amd64.tar.gz | tar -xvz -C /usr/local
|
Loading…
Reference in a new issue