openwebrx-clone/docker/Dockerfiles/Dockerfile-bladerf

9 lines
209 B
Plaintext
Raw Normal View History

2022-01-12 17:01:25 +00:00
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
COPY docker/scripts/install-dependencies-bladerf.sh /
RUN /install-dependencies-bladerf.sh &&\
rm /install-dependencies-bladerf.sh
COPY . /opt/openwebrx