openwebrx-clone/docker/Dockerfiles/Dockerfile-fcdpp

9 lines
201 B
Plaintext
Raw Normal View History

2020-08-07 21:28:36 +00:00
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-fcdpp.sh /
RUN /install-dependencies-fcdpp.sh &&\
rm /install-dependencies-fcdpp.sh
ADD . /opt/openwebrx