mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
9 lines
209 B
Text
9 lines
209 B
Text
|
|
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
|