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