openwebrx/docker/Dockerfiles/Dockerfile-airspy
2020-03-21 15:54:17 +01:00

6 lines
182 B
Text

ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-airspy.sh /
RUN /install-dependencies-airspy.sh &&\
rm /install-dependencies-airspy.sh