From 78c6190d6f314781343ae8854966b63cb6766832 Mon Sep 17 00:00:00 2001
From: John Wesley Walker III <81404201+jww3@users.noreply.github.com>
Date: Sat, 17 Feb 2024 00:48:59 +0100
Subject: [PATCH] Create ubuntu-with-git.Dockerfile

---
 .github/workflows/ubuntu-with-git.Dockerfile | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .github/workflows/ubuntu-with-git.Dockerfile

diff --git a/.github/workflows/ubuntu-with-git.Dockerfile b/.github/workflows/ubuntu-with-git.Dockerfile
new file mode 100644
index 0000000..ff801b6
--- /dev/null
+++ b/.github/workflows/ubuntu-with-git.Dockerfile
@@ -0,0 +1,3 @@
+FROM ubuntu:latest
+RUN apt update
+RUN apt install -y git