1
0
mirror of https://githubfast.com/actions/checkout.git synced 2024-10-30 16:50:46 +00:00

Create ubuntu-with-git.Dockerfile

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

View File

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