From bf347815b347d3361bbd26dc711aba67831bdcac Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 17 Feb 2022 21:04:40 +0100 Subject: [PATCH] Install make to allow yarn to build deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23c9119..a27a33a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM node:16-alpine -RUN apk add git python3 +RUN apk add git python3 make RUN yarn global add renovate CMD renovate