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