mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
6 lines
125 B
Text
6 lines
125 B
Text
ARG ARCH
|
|
FROM openwebrx-base:$ARCH
|
|
|
|
ADD docker/scripts/install-dependencies-rtlsdr.sh /
|
|
RUN /install-dependencies-rtlsdr.sh
|
|
|