npm --add-python-to-path='true' --debug install --global windows-build-tools
FROM node:alpine as build-stage RUN apk add --no-cache python3 py3-pip make g++