node-alpine-git/Dockerfile
2024-07-18 21:55:54 +02:00

2 lines
73 B
Docker

FROM node:22-alpine
RUN apk -U upgrade && apk add --no-cache git openssh