Init files
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM node:10-alpine
|
||||
|
||||
RUN apk add --no-cache --virtual .gyp \
|
||||
python \
|
||||
make \
|
||||
g++
|
Reference in New Issue
Block a user