Create Dockerfile.test-ubuntu-git

This commit is contained in:
John Wesley Walker III
2024-02-19 13:19:10 +01:00
committed by GitHub
parent b4ffde65f4
commit 7f8271a425

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