From 7f8271a425ed66f423af8a5017a2d997fd397e85 Mon Sep 17 00:00:00 2001
From: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Date: Mon, 19 Feb 2024 13:19:10 +0100
Subject: [PATCH] Create Dockerfile.test-ubuntu-git

---
 images/Dockerfile.test-ubuntu-git | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 images/Dockerfile.test-ubuntu-git

diff --git a/images/Dockerfile.test-ubuntu-git b/images/Dockerfile.test-ubuntu-git
new file mode 100644
index 0000000..2ffcf38
--- /dev/null
+++ b/images/Dockerfile.test-ubuntu-git
@@ -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