openwebrx-clone/docker/Dockerfiles/Dockerfile-airspy

7 lines
178 B
Plaintext
Raw Normal View History

2019-12-27 15:59:14 +00:00
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
2019-06-20 13:37:21 +00:00
ADD docker/scripts/install-dependencies-airspy.sh /
RUN /install-dependencies-airspy.sh
RUN rm /install-dependencies-airspy.sh