hackrf does not depend on soapy the way it's implemented now
This commit is contained in:
parent
a66b540254
commit
f16a5f92e6
@ -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
|
||||
|
@ -26,7 +26,4 @@ cmakebuild host
|
||||
cd ..
|
||||
rm -rf hackrf
|
||||
|
||||
git clone https://github.com/pothosware/SoapyHackRF.git
|
||||
cmakebuild SoapyHackRF
|
||||
|
||||
apk del .build-deps
|
||||
|
Loading…
Reference in New Issue
Block a user