From b6fcbb1c10b3aab0fa175d57ba514c9d7620fdce Mon Sep 17 00:00:00 2001
From: Patrick Spek
Date: Tue, 28 Oct 2025 12:42:17 +0100
Subject: Initial commit
---
Containerfile | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 Containerfile
diff --git a/Containerfile b/Containerfile
new file mode 100644
index 0000000..3278306
--- /dev/null
+++ b/Containerfile
@@ -0,0 +1,3 @@
+FROM alpine:latest
+
+RUN apk add --no-cache git
--
cgit v1.2.3