added debian bookworm nightly

This commit is contained in:
AlexandreRouma
2023-07-24 00:05:25 +02:00
parent 15ad065feb
commit 220dcbcc76
3 changed files with 63 additions and 23 deletions

View File

@ -0,0 +1,4 @@
FROM debian:bookworm
ENV DEBIAN_FRONTEND=noninteractive
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh