Fixed CI for debian 10 and 11 2

This commit is contained in:
Ryzerth 2021-04-26 05:06:48 +02:00
parent e4b4787cbb
commit 36f2b157e5
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
FROM debian:buster
COPY do_build.sh /root
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh

View File

@ -1,2 +1,3 @@
FROM debian:bullseye
COPY do_build.sh /root
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh