7 lines
105 B
Docker
7 lines
105 B
Docker
FROM node:10-alpine
|
|
|
|
RUN apk add --no-cache --virtual .gyp \
|
|
python \
|
|
make \
|
|
g++
|