openwebrx-clone/docker/Dockerfiles/Dockerfile-radioberry

9 lines
216 B
Plaintext
Raw Normal View History

2020-08-15 12:02:20 +00:00
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