screeps-ai/Dockerfile

7 lines
105 B
Docker

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