node_ci_image/Dockerfile
Drake Marino 209a746323
All checks were successful
Publish / build_and_publish_docker_image (push) Successful in 3m51s
work from node image
2026-01-24 20:10:48 +00:00

5 lines
94 B
Docker

FROM node:25
RUN apt update && apt upgrade -y
RUN apt install git --no-install-recommends -y