clean up obsolete files

This commit is contained in:
Jakob Ketterl
2019-12-31 09:42:27 +01:00
parent 092a2e5ca0
commit 42789ed561
6 changed files with 0 additions and 191 deletions

View File

@ -1,11 +0,0 @@
FROM debian:buster
RUN apt-get update && \
apt-get install -y cmake build-essential devscripts debsigs dh-python python3 python3-setuptools dh-systemd git && \
rm -rf /var/lib/apt/lists/*
ADD docker/scripts/build-debian-package.sh /
WORKDIR /
CMD ["/build-debian-package.sh"]