mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-28 11:04:19 +01:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
ARG ARCHTAG
|
|
FROM openwebrx-soapysdr-base:$ARCHTAG
|
|
|
|
ADD docker/scripts/install-dependencies-airspy.sh /
|
|
RUN /install-dependencies-airspy.sh &&\
|
|
rm /install-dependencies-airspy.sh
|