mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2025-04-05 06:03:30 +03:00
2 lines
91 B
Docker
2 lines
91 B
Docker
FROM timbru31/node-alpine-git:16
|
|
RUN apk -U upgrade && apk add --no-cache python3 make g++
|