openwebrx-clone/docker/Dockerfiles/Dockerfile-hackrf

9 lines
204 B
Plaintext
Raw Normal View History

2019-12-27 15:59:14 +00:00
ARG ARCHTAG
2020-05-30 21:41:30 +00:00
FROM openwebrx-soapysdr-base:$ARCHTAG
2019-01-24 16:24:15 +00:00
ADD docker/scripts/install-dependencies-hackrf.sh /
2020-03-21 14:54:17 +00:00
RUN /install-dependencies-hackrf.sh &&\
rm /install-dependencies-hackrf.sh
2019-01-24 16:24:15 +00:00
ADD . /opt/openwebrx