0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-10-04 06:45:46 +02:00
checkout/.github/workflows/ubuntu-with-git.Dockerfile

4 lines
57 B
Docker
Raw Normal View History

2024-02-17 00:48:59 +01:00
FROM ubuntu:latest
RUN apt update
RUN apt install -y git