Fixed CI Stall

This commit is contained in:
Ryzerth
2021-04-26 14:38:14 +02:00
parent 5feba74b9b
commit 061cb91c48
10 changed files with 5 additions and 5 deletions

View File

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