mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2025-02-20 06:03:18 +03:00
9 lines
147 B
Docker
9 lines
147 B
Docker
FROM timbru31/node-alpine-git:14
|
|
RUN apk -U upgrade \
|
|
&& apk add --no-cache \
|
|
bash \
|
|
git \
|
|
openssh \
|
|
python3 \
|
|
make \
|
|
g++ |