clean up obsolete files
This commit is contained in:
@ -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"]
|
Reference in New Issue
Block a user