Make Docker Image alpine based

main
Georg Krause 2022-02-17 20:43:35 +01:00
parent e2b5676286
commit 0b8b3b8829
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-buster-slim
RUN apt-get update && apt-get install -y python3
FROM node:16-alpine
RUN apk add git
RUN yarn global add renovate
CMD renovate