openwebrx-clone/docker/Dockerfiles/Dockerfile-airspy
2020-03-21 15:49:22 +01:00

7 lines
178 B
Plaintext

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