Initial commit

This commit is contained in:
2026-04-26 17:22:42 +02:00
commit c7842b9f3b
9 changed files with 117 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ubuntu:latest
# https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]