openwebrx-clone/docker/Dockerfiles/Dockerfile-airspy

9 lines
205 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
COPY docker/scripts/install-dependencies-airspy.sh /
2020-03-21 14:54:17 +00:00
RUN /install-dependencies-airspy.sh &&\
rm /install-dependencies-airspy.sh
ADD . /opt/openwebrx