renovate-bot/Dockerfile
Georg Krause e053f184ed
All checks were successful
continuous-integration/drone/push Build is passing
Install g++
2022-02-17 21:09:07 +01:00

4 lines
110 B
Docker

FROM node:16-alpine
RUN apk add git python3 make g++
RUN yarn global add renovate
CMD renovate --autodiscover