mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add an airspy image
This commit is contained in:
parent
84ddcbb74d
commit
08edcd44ef
5 changed files with 35 additions and 1 deletions
6
docker/Dockerfiles/Dockerfile-airspy
Normal file
6
docker/Dockerfiles/Dockerfile-airspy
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ARG ARCH
|
||||
FROM openwebrx-base:$ARCH
|
||||
|
||||
ADD docker/scripts/install-dependencies-airspy.sh /
|
||||
RUN /install-dependencies-airspy.sh
|
||||
|
||||
|
|
@ -8,3 +8,4 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue