Fixed cmake bug and added ubuntu bionic

This commit is contained in:
Ryzerth
2021-04-26 15:12:52 +02:00
parent 061cb91c48
commit 1ba3756be0
25 changed files with 83 additions and 39 deletions

View File

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