mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-12-01 00:26:02 +03:00
11 lines
164 B
Docker
11 lines
164 B
Docker
|
FROM timbru31/node-alpine-git:18
|
||
|
RUN apk -U upgrade \
|
||
|
&& apk add --no-cache \
|
||
|
bash \
|
||
|
git \
|
||
|
openssh \
|
||
|
python3 \
|
||
|
make \
|
||
|
g++ \
|
||
|
pkgconfig
|