mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-03-01 19:14:11 +01:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
ARG ARCHTAG
|
|
FROM openwebrx-soapysdr-base:$ARCHTAG
|
|
|
|
ADD docker/scripts/install-dependencies-soapyremote.sh /
|
|
RUN /install-dependencies-soapyremote.sh
|
|
RUN rm /install-dependencies-soapyremote.sh
|