Node 14 Alpine Ajouter Python

FROM node:<VERSION>-alpine
RUN apk add g++ make python3
AttractivePenguin