Skip to content

Commit e1f43df

Browse files
committed
Update to the latest ka9q-radio commit
1 parent 5c082ea commit e1f43df

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Dockerfile

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,22 @@ RUN apt-get update && \
2222
python3-pip \
2323
python3-setuptools \
2424
python3-wheel \
25+
libairspy-dev \
26+
libairspyhf-dev \
2527
libavahi-client-dev \
2628
libbsd-dev \
2729
libfftw3-dev \
30+
libhackrf-dev \
2831
libiniparser-dev \
32+
libncurses5-dev \
33+
libopus-dev \
34+
librtlsdr-dev \
35+
portaudio19-dev \
36+
libasound2-dev \
37+
uuid-dev \
2938
libogg-dev \
30-
libopus-dev && \
39+
libsamplerate-dev \
40+
libliquid-dev && \
3141
rm -rf /var/lib/apt/lists/*
3242

3343
# Copy in existing wheels.
@@ -62,7 +72,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_
6272
# Compile ka9q-radio from source
6373
RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \
6474
cd /root/ka9q-radio && \
65-
git checkout 08142683dbc398087a5b7d384b1a36bb24b1eca3 && \
75+
git checkout 21f7f9a70e619ca88394ff1ca86de7482340232f && \
6676
make \
6777
-f Makefile.linux \
6878
"COPTS=-std=gnu11 -pthread -Wall -funsafe-math-optimizations -fno-math-errno -fcx-limited-range -D_GNU_SOURCE=1" \

0 commit comments

Comments
 (0)