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