docker build and .gitignore added

This commit is contained in:
2024-09-26 08:09:58 +02:00
parent ec1024d4ec
commit 31d4bac0f3
5 changed files with 74 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM ubuntu:latest
# https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]