2020-08-15 12:02:20 +00:00
|
|
|
ARG ARCHTAG
|
|
|
|
FROM openwebrx-soapysdr-base:$ARCHTAG
|
|
|
|
|
2020-09-01 21:30:48 +00:00
|
|
|
COPY docker/scripts/install-dependencies-radioberry.sh /
|
2020-08-15 12:02:20 +00:00
|
|
|
RUN /install-dependencies-radioberry.sh &&\
|
|
|
|
rm /install-dependencies-radioberry.sh
|
|
|
|
|
2020-09-01 21:30:48 +00:00
|
|
|
COPY . /opt/openwebrx
|