mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 06:26:50 +00:00
6 lines
135 B
Text
6 lines
135 B
Text
ARG ARCHTAG
|
|
FROM openwebrx-base:$ARCHTAG
|
|
|
|
ADD docker/scripts/install-dependencies-soapysdr.sh /
|
|
RUN /install-dependencies-soapysdr.sh
|
|
|