checkout/.github/ubuntu-with-git/Dockerfile

4 lines
57 B
Docker

FROM ubuntu:latest
RUN apt update
RUN apt install -y git