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++