mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-04 15:50:12 +01:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
ARG ARCH
|
|
FROM openwebrx-soapysdr-base:$ARCH
|
|
|
|
ADD docker/scripts/install-dependencies-airspy.sh /
|
|
RUN /install-dependencies-airspy.sh
|
|
|
|
ADD docker/scripts/install-connectors.sh /
|
|
RUN /install-connectors.sh
|