FROM ubuntu:latest RUN apt update && apt install -y git ENTRYPOINT ['git']