We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fb92f commit 743bab1Copy full SHA for 743bab1
Dockerfile.dump1090-fa
@@ -51,7 +51,9 @@ RUN passwd -l root ; \
51
make install && \
52
cd /usr/src && \
53
# BladeRF
54
- git clone --depth 1 https://github.com/Nuand/bladeRF.git && \
+# git clone --depth 1 https://github.com/Nuand/bladeRF.git && \
55
+# Workaround until https://github.com/Nuand/bladeRF/pull/984 is merged (not only closed, MERGED!!!)
56
+ git clone --depth 1 https://github.com/MartinHerren/bladeRF/tree/fix_gcc14_compile_error && \
57
cd bladeRF/host && \
58
git submodule init && \
59
git submodule update --depth 1 && \
0 commit comments