Base image on official node image
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2022-02-17 20:14:28 +01:00
parent 68b49034a3
commit e943ccc770
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim
RUN apt-get update && apt-get install -y nodejs python3 yarnpkg
RUN yarn add -g renovate
FROM node:16-buster-slim
RUN apt-get update && apt-get install -y python3
RUN yarn global add renovate
CMD renovate