5 lines
94 B
Docker
5 lines
94 B
Docker
FROM node:25
|
|
|
|
RUN apt update && apt upgrade -y
|
|
RUN apt install git --no-install-recommends -y
|