node-alpine-git/Dockerfile

3 lines
73 B
Docker
Raw Normal View History

2024-07-18 19:55:54 +00:00
FROM node:22-alpine
RUN apk -U upgrade && apk add --no-cache git openssh