mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
7 lines
125 B
Text
7 lines
125 B
Text
|
|
ARG ARCH
|
||
|
|
FROM openwebrx-base:$ARCH
|
||
|
|
|
||
|
|
ADD docker/scripts/install-dependencies-airspy.sh /
|
||
|
|
RUN /install-dependencies-airspy.sh
|
||
|
|
|