mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 19:27:11 +01:00
3 lines
73 B
Docker
3 lines
73 B
Docker
FROM ubuntu:hirsute
|
|
COPY do_build.sh /root
|
|
RUN chmod +x /root/do_build.sh |