Install g++
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Georg Krause 2022-02-17 21:09:07 +01:00
parent 663381319f
commit e053f184ed
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632

View file

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