Initial commit

This commit is contained in:
Aaron Riedel 2024-09-24 22:20:22 +02:00
commit ee7756f51d
Signed by: aaron
GPG key ID: 643004654D40D577
3 changed files with 42 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM debian:12.7
RUN apt update -qq && apt install -y jq yq git curl wget && rm -rf /var/lib/apt/lists