hackrf does not depend on soapy the way it's implemented now

This commit is contained in:
Jakob Ketterl 2019-06-20 14:47:03 +02:00
parent a66b540254
commit f16a5f92e6
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
ARG ARCH
FROM openwebrx-soapysdr-base:$ARCH
FROM openwebrx-base:$ARCH
ADD docker/scripts/install-dependencies-hackrf.sh /
RUN /install-dependencies-hackrf.sh

View File

@ -26,7 +26,4 @@ cmakebuild host
cd ..
rm -rf hackrf
git clone https://github.com/pothosware/SoapyHackRF.git
cmakebuild SoapyHackRF
apk del .build-deps