Add ubuntu mantic CI build

This commit is contained in:
AlexandreRouma
2024-01-25 15:41:23 +01:00
parent af8c085d43
commit 118e56897c
3 changed files with 63 additions and 1 deletions

View File

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