mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 21:36:03 +03:00
3 lines
91 B
Docker
3 lines
91 B
Docker
FROM timbru31/node-alpine-git:16
|
|
RUN apk -U upgrade && apk add --no-cache python3 make g++
|