0
mirror of https://github.com/actions/checkout.git synced 2025-04-24 23:20:14 +00:00
checkout/.github/workflows/ubuntu-with-git.Dockerfile
2024-02-17 00:48:59 +01:00

4 lines
57 B
Docker

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