9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
ARG ARCHTAG
|
|
FROM openwebrx-soapysdr-base:$ARCHTAG
|
|
|
|
COPY docker/scripts/install-dependencies-uhd.sh /
|
|
RUN /install-dependencies-uhd.sh &&\
|
|
rm /install-dependencies-uhd.sh
|
|
|
|
COPY . /opt/openwebrx
|