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

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