add docker build for funcube
This commit is contained in:
8
docker/Dockerfiles/Dockerfile-fcdpp
Normal file
8
docker/Dockerfiles/Dockerfile-fcdpp
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
@ -14,6 +14,7 @@ RUN /install-dependencies-rtlsdr.sh &&\
|
||||
/install-dependencies-limesdr.sh &&\
|
||||
/install-dependencies-soapyremote.sh &&\
|
||||
/install-dependencies-perseus.sh &&\
|
||||
/install-dependencies-fcdpp.sh &&\
|
||||
rm /install-dependencies-*.sh &&\
|
||||
rm /install-lib.*.patch
|
||||
|
||||
|
Reference in New Issue
Block a user