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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +0,0 @@
# 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