mirror of
https://github.com/smittix/intercept.git
synced 2026-07-14 12:38:11 -07:00
fix: Resolve dump1090 build failure in Docker
Remove -Werror flag and add explicit RTLSDR=yes to prevent build failures on newer GCC versions in Docker builds. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -67,7 +67,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& cd /tmp \
|
&& cd /tmp \
|
||||||
&& git clone --depth 1 https://github.com/flightaware/dump1090.git \
|
&& git clone --depth 1 https://github.com/flightaware/dump1090.git \
|
||||||
&& cd dump1090 \
|
&& cd dump1090 \
|
||||||
&& make \
|
&& sed -i 's/-Werror//g' Makefile \
|
||||||
|
&& make BLADERF=no RTLSDR=yes \
|
||||||
&& cp dump1090 /usr/bin/dump1090-fa \
|
&& cp dump1090 /usr/bin/dump1090-fa \
|
||||||
&& ln -s /usr/bin/dump1090-fa /usr/bin/dump1090 \
|
&& ln -s /usr/bin/dump1090-fa /usr/bin/dump1090 \
|
||||||
&& rm -rf /tmp/dump1090 \
|
&& rm -rf /tmp/dump1090 \
|
||||||
|
|||||||
Reference in New Issue
Block a user