docker-node-alpine-git-gyp/16-3.13/Dockerfile

10 lines
144 B
Docker
Raw Normal View History

2022-07-19 13:19:58 +03:00
FROM node:gallium-alpine3.13
RUN apk -U upgrade \
&& apk add --no-cache \
bash \
2022-07-19 13:19:58 +03:00
git \
openssh \
python3 \
make \
g++