mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
add soapy remote to docker build, too
This commit is contained in:
parent
c92929a32d
commit
16b3c11678
7 changed files with 43 additions and 15 deletions
10
docker/Dockerfiles/Dockerfile-soapyremote
Normal file
10
docker/Dockerfiles/Dockerfile-soapyremote
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
ARG ARCHTAG
|
||||
FROM openwebrx-soapysdr-base:$ARCHTAG
|
||||
|
||||
ADD docker/scripts/install-dependencies-soapyremote.sh /
|
||||
RUN /install-dependencies-soapyremote.sh
|
||||
RUN rm /install-dependencies-soapyremote.sh
|
||||
|
||||
ADD docker/scripts/install-connectors.sh /
|
||||
RUN /install-connectors.sh
|
||||
RUN rm /install-connectors.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue