openwebrx-clone/docker/Dockerfiles/Dockerfile-soapyremote

9 lines
219 B
Plaintext
Raw Normal View History

2020-02-09 14:23:17 +00:00
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-soapyremote.sh /
2020-03-21 14:54:17 +00:00
RUN /install-dependencies-soapyremote.sh &&\
rm /install-dependencies-soapyremote.sh
ADD . /opt/openwebrx