mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +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
|
|
|