1 2 3 4 5 6 7
FROM ubuntu:latest RUN apt update && apt install -y git RUN git --version ENTRYPOINT ['git']