mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-18 02:44:39 +01:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
|
FROM openwebrx-base
|
||
|
|
|
||
|
|
ADD docker/scripts/install-dependencies-rtlsdr.sh /
|
||
|
|
RUN /install-dependencies-rtlsdr.sh
|
||
|
|
|