mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
|
ARG ARCHTAG
|
||
|
|
FROM openwebrx-soapysdr-base:$ARCHTAG
|
||
|
|
|
||
|
|
COPY docker/scripts/install-dependencies-afedri.sh /
|
||
|
|
RUN /install-dependencies-afedri.sh &&\
|
||
|
|
rm /install-dependencies-afedri.sh
|
||
|
|
|
||
|
|
ADD . /opt/openwebrx
|