FROM node:14.16-alpine3.12 RUN apk update && apk add --virtual build-dependencies \ git \ python2 \ g++ \ make \ && rm -rf /var/cache/apk/*