mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 22:45:26 +00:00
7 lines
170 B
Text
7 lines
170 B
Text
ARG ARCHTAG
|
|
FROM openwebrx-base:$ARCHTAG
|
|
|
|
ADD docker/scripts/install-dependencies-hackrf.sh /
|
|
RUN /install-dependencies-hackrf.sh
|
|
RUN rm /install-dependencies-hackrf.sh
|
|
|