mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fixed CI for debian 10 and 11 2
This commit is contained in:
parent
e4b4787cbb
commit
36f2b157e5
@ -1,2 +1,3 @@
|
||||
FROM debian:buster
|
||||
COPY do_build.sh /root
|
||||
COPY do_build.sh /root
|
||||
RUN chmod +x /root/do_build.sh
|
@ -1,2 +1,3 @@
|
||||
FROM debian:bullseye
|
||||
COPY do_build.sh /root
|
||||
COPY do_build.sh /root
|
||||
RUN chmod +x /root/do_build.sh
|
Loading…
Reference in New Issue
Block a user