diff --git a/docker/scripts/install-dependencies-soapysdr.sh b/docker/scripts/install-dependencies-soapysdr.sh index 5405ad7..5d2cf78 100755 --- a/docker/scripts/install-dependencies-soapysdr.sh +++ b/docker/scripts/install-dependencies-soapysdr.sh @@ -23,7 +23,4 @@ apk add --no-cache --virtual .build-deps $BUILD_PACKAGES git clone --depth 1 https://github.com/pothosware/SoapySDR cmakebuild SoapySDR -git clone --depth 1 https://github.com/rxseger/rx_tools -cmakebuild rx_tools - apk del .build-deps