openwebrx-clone/docker/Dockerfiles/Dockerfile-soapyremote

7 lines
193 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 /
RUN /install-dependencies-soapyremote.sh
RUN rm /install-dependencies-soapyremote.sh