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