Added Ubuntu Impish CI

This commit is contained in:
AlexandreRouma
2021-11-05 13:54:56 +01:00
parent a3dc20b384
commit ca185bb416
3 changed files with 52 additions and 0 deletions

View File

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