openwebrx-clone/docker/Dockerfiles/Dockerfile-airspy

9 lines
205 B
Plaintext
Raw Normal View History

2019-12-27 16:59:14 +01:00
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
2019-06-20 15:37:21 +02:00
COPY docker/scripts/install-dependencies-airspy.sh /
2020-03-21 15:54:17 +01:00
RUN /install-dependencies-airspy.sh &&\
rm /install-dependencies-airspy.sh
ADD . /opt/openwebrx