diff --git a/Dockerfile.wreadsb b/Dockerfile.wreadsb index b493e82..f36b9a8 100644 --- a/Dockerfile.wreadsb +++ b/Dockerfile.wreadsb @@ -38,6 +38,7 @@ RUN set -x && \ make \ RTLSDR=yes \ AIRCRAFT_HASH_BITS=14 \ + DISABLE_RTLSDR_ZEROCOPY_WORKAROUND=yes \ -j "$(nproc)" \ && \ find "/src/readsb" -maxdepth 1 -executable -type f -exec cp -v {} /usr/local/bin/ \; && \