mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
add bladerf docker image build
This commit is contained in:
parent
619f1254fd
commit
983aa8cebc
4 changed files with 46 additions and 1 deletions
8
docker/Dockerfiles/Dockerfile-bladerf
Normal file
8
docker/Dockerfiles/Dockerfile-bladerf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ARG ARCHTAG
|
||||
FROM openwebrx-soapysdr-base:$ARCHTAG
|
||||
|
||||
COPY docker/scripts/install-dependencies-bladerf.sh /
|
||||
RUN /install-dependencies-bladerf.sh &&\
|
||||
rm /install-dependencies-bladerf.sh
|
||||
|
||||
COPY . /opt/openwebrx
|
||||
|
|
@ -19,6 +19,7 @@ RUN /install-dependencies-rtlsdr.sh &&\
|
|||
/install-dependencies-radioberry.sh &&\
|
||||
/install-dependencies-uhd.sh &&\
|
||||
/install-dependencies-hpsdr.sh &&\
|
||||
/install-dependencies-bladerf.sh &&\
|
||||
/install-connectors.sh &&\
|
||||
/install-dependencies-runds.sh &&\
|
||||
rm /install-dependencies-*.sh &&\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue