węzeł 14 alpine dodaj Python

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