9 lines
206 B
Plaintext
Raw Permalink Normal View History

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