Initial commit

This commit is contained in:
2022-08-25 18:57:33 +02:00
commit c88bca3ab6
2 changed files with 21 additions and 0 deletions

5
Containerfile Normal file
View File

@ -0,0 +1,5 @@
FROM docker.io/debian:stable-slim
RUN apt update && \
apt install -y dpkg-dev make devscripts