Skip to content

Commit

Permalink
Merge pull request #928 from ke5gdb/testing-ka9q-scanner
Browse files Browse the repository at this point in the history
Removed extra packages not needed for scope of ka9q-radio install from Dockerfile
  • Loading branch information
darksidelemm authored Nov 3, 2024
2 parents 79cc5e3 + 99c983c commit 5149e49
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5149e49

Please sign in to comment.