mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
11 lines
308 B
Text
11 lines
308 B
Text
ARG ARCH
|
|
FROM openwebrx-base:$ARCH
|
|
|
|
ADD docker/scripts/install-dependencies-*.sh /
|
|
ADD docker/scripts/install-lib.*.patch /
|
|
|
|
RUN /install-dependencies-rtlsdr.sh
|
|
RUN /install-dependencies-hackrf.sh
|
|
RUN /install-dependencies-soapysdr.sh
|
|
RUN /install-dependencies-sdrplay.sh
|
|
RUN /install-dependencies-airspy.sh
|