From 99c983ca285a8b22be0032283380f082010662fc Mon Sep 17 00:00:00 2001 From: Andrew Koenig Date: Sun, 3 Nov 2024 00:53:31 -0500 Subject: [PATCH] Removed extra packages not needed for scope of ka9q-radio install --- Dockerfile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8916ca6..2ab4e6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,20 +22,11 @@ RUN apt-get update && \ python3-pip \ python3-setuptools \ python3-wheel \ - libairspy-dev \ - libairspyhf-dev \ libavahi-client-dev \ libbsd-dev \ libfftw3-dev \ - libhackrf-dev \ libiniparser-dev \ - libncurses5-dev \ - libopus-dev \ - librtlsdr-dev \ - portaudio19-dev \ - libasound2-dev \ - uuid-dev \ - rsync && \ + libopus-dev && \ rm -rf /var/lib/apt/lists/* # Copy in existing wheels. @@ -71,7 +62,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_ RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \ cd /root/ka9q-radio && \ git checkout 770f988955a0dfb380b71d4cf58529cc6f824e67 && \ - make -f Makefile.linux + make -f Makefile.linux tune powers pcmcat # Copy in radiosonde_auto_rx. COPY . /root/radiosonde_auto_rx