openwebrx-clone/docker/Dockerfiles/Dockerfile-redpitaya
2020-09-10 18:25:18 +02:00

9 lines
215 B
Plaintext

ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
COPY docker/scripts/install-dependencies-redpitaya.sh /
RUN /install-dependencies-redpitaya.sh &&\
rm /install-dependencies-redpitaya.sh
COPY . /opt/openwebrx