0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-10-05 06:46:35 +02:00
checkout/.github/ubuntu-with-git/Dockerfile
2024-02-17 01:25:29 +01:00

3 lines
57 B
Docker

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