This commit is contained in:
alban 2021-07-19 22:35:01 +02:00
commit c38e3b34d4
3 changed files with 58 additions and 0 deletions

9
Dockerfile.debian-buster Normal file
View file

@ -0,0 +1,9 @@
FROM debian:buster
WORKDIR /opt
COPY . .
RUN ./install.sh debian buster
CMD ["/bin/true"]