Rename Dockerfile.test-ubuntu-git to test-ubuntu-git.Dockerfile

This commit is contained in:
John Wesley Walker III
2024-02-20 12:20:11 +01:00
committed by GitHub
parent 03ef31d036
commit 9b4cb96935

View File

@@ -0,0 +1,7 @@
# Defines the test-ubuntu-git Container Image.
# Consumed by actions/checkout CI/CD validation workflows.
FROM ubuntu:latest
RUN apt update
RUN apt install -y git