node_ci_image/Dockerfile
2024-12-08 20:20:36 -06:00

5 lines
110 B
Docker

FROM ubuntu:24.04
RUN apt update && apt upgrade -y
RUN apt install git nodejs npm --no-install-recommends -y