Fixed CI for debian 10 and 11 4

This commit is contained in:
Ryzerth
2021-04-26 05:23:41 +02:00
parent 1894e191d5
commit 102eea134c
4 changed files with 6 additions and 4 deletions

View File

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