Files
2021-08-14 11:46:07 +03:00

7 lines
105 B
Docker

FROM node:14-alpine
RUN apk add --no-cache --virtual .gyp \
python \
make \
g++