mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
7 lines
134 B
Text
7 lines
134 B
Text
|
|
ARG ARCH
|
||
|
|
FROM openwebrx-soapysdr-base:$ARCH
|
||
|
|
|
||
|
|
ADD docker/scripts/install-dependencies-hackrf.sh /
|
||
|
|
RUN /install-dependencies-hackrf.sh
|
||
|
|
|