mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 07:16:01 +03:00
10 lines
148 B
Docker
10 lines
148 B
Docker
FROM timbru31/node-alpine-git:16
|
|
RUN apk -U upgrade \
|
|
&& apk add --no-cache \
|
|
bash \
|
|
git \
|
|
openssh \
|
|
python3 \
|
|
make \
|
|
g++
|