Install make to allow yarn to build deps
This commit is contained in:
parent
50fb6a43af
commit
bf347815b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue