diff --git a/docker/Dockerfiles/Dockerfile-hackrf b/docker/Dockerfiles/Dockerfile-hackrf index 55a7530..6afbc4a 100644 --- a/docker/Dockerfiles/Dockerfile-hackrf +++ b/docker/Dockerfiles/Dockerfile-hackrf @@ -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 diff --git a/docker/scripts/install-dependencies-hackrf.sh b/docker/scripts/install-dependencies-hackrf.sh index 3ca1c75..1a460cc 100755 --- a/docker/scripts/install-dependencies-hackrf.sh +++ b/docker/scripts/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