OpenWebRX_Solar_SDR/openwebrx/docker/Dockerfiles/Dockerfile-fcdpp

9 lines
203 B
Plaintext
Raw Normal View History

2022-02-10 23:48:55 +01:00
ARG ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
COPY docker/scripts/install-dependencies-fcdpp.sh /
RUN /install-dependencies-fcdpp.sh &&\
rm /install-dependencies-fcdpp.sh
COPY . /opt/openwebrx