FROM alpine:latest # install node (Alpine) RUN apk add --no-cache nodejs npm gcc build-base musl-dev curl make