Added support for ubuntu 18.04

This commit is contained in:
Ryzerth
2021-08-24 19:23:08 +02:00
parent 61bbb4a374
commit 101674379d
3 changed files with 57 additions and 0 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