mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-07 03:07:34 +01:00
3 lines
72 B
Docker
3 lines
72 B
Docker
|
FROM ubuntu:bionic
|
||
|
COPY do_build.sh /root
|
||
|
RUN chmod +x /root/do_build.sh
|