add a full build for multi-sdr support
This commit is contained in:
10
docker/Dockerfiles/Dockerfile-full
Normal file
10
docker/Dockerfiles/Dockerfile-full
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
Reference in New Issue
Block a user