diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2025-10-28 12:42:17 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2025-10-28 12:42:17 +0100 |
| commit | b6fcbb1c10b3aab0fa175d57ba514c9d7620fdce (patch) | |
| tree | 3b36c6b151c3d7e852296ea79d8ef3143424acfe | |
| download | git-b6fcbb1c10b3aab0fa175d57ba514c9d7620fdce.tar.gz git-b6fcbb1c10b3aab0fa175d57ba514c9d7620fdce.tar.bz2 | |
Initial commit
| -rw-r--r-- | Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
