radioberry added to docker setup

This commit is contained in:
pa3gsb
2020-08-15 14:02:20 +02:00
parent 1c2125f969
commit 6f8c8a3b66
4 changed files with 45 additions and 1 deletions

View 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