mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 23:43:45 +00:00
radioberry added to docker setup
This commit is contained in:
parent
1c2125f969
commit
6f8c8a3b66
4 changed files with 45 additions and 1 deletions
8
docker/Dockerfiles/Dockerfile-radioberry
Normal file
8
docker/Dockerfiles/Dockerfile-radioberry
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ARG ARCHTAG
|
||||
FROM openwebrx-soapysdr-base:$ARCHTAG
|
||||
|
||||
ADD docker/scripts/install-dependencies-radioberry.sh /
|
||||
RUN /install-dependencies-radioberry.sh &&\
|
||||
rm /install-dependencies-radioberry.sh
|
||||
|
||||
ADD . /opt/openwebrx
|
||||
Loading…
Add table
Add a link
Reference in a new issue