1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-03 07:10:02 +00:00

Rename ubuntu-with-git.Dockerfile to Dockerfile

This commit is contained in:
John Wesley Walker III 2024-02-17 01:25:29 +01:00 committed by GitHub
parent 78c6190d6f
commit a48123a2d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.github/ubuntu-with-git/Dockerfile vendored Normal file
View file

@ -0,0 +1,3 @@
FROM ubuntu:latest
RUN apt update
RUN apt install -y git