🎉 Initial commit

This commit is contained in:
Marcel Kapfer 2023-07-27 17:36:09 +02:00
commit 60a39f933d
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
4 changed files with 698 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM ubuntu:lunar
RUN apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y debhelper devscripts git gnupg libxml2-utils openssh-client && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*