Added missing CI files

This commit is contained in:
AlexandreRouma
2022-01-29 14:51:53 +01:00
parent dcc0fef235
commit 4fcd06eff6
2 changed files with 29 additions and 0 deletions

View File

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