mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
6 lines
112 B
Text
6 lines
112 B
Text
|
|
FROM openwebrx-base
|
||
|
|
|
||
|
|
ADD docker/scripts/install-dependencies-sdrplay.sh /
|
||
|
|
RUN /install-dependencies-sdrplay.sh
|
||
|
|
|