2020-02-09 14:23:17 +00:00
|
|
|
ARG ARCHTAG
|
|
|
|
FROM openwebrx-soapysdr-base:$ARCHTAG
|
|
|
|
|
2020-09-01 21:30:48 +00:00
|
|
|
COPY docker/scripts/install-dependencies-soapyremote.sh /
|
2020-03-21 14:54:17 +00:00
|
|
|
RUN /install-dependencies-soapyremote.sh &&\
|
|
|
|
rm /install-dependencies-soapyremote.sh
|
2020-03-21 20:44:09 +00:00
|
|
|
|
2020-09-01 21:30:48 +00:00
|
|
|
COPY . /opt/openwebrx
|