Enable stderr output from rtl_sdr in --debug log and enable data flow check in rtl_wmbus to abort if incoming data stops flowing.

pull/1015/head
Fredrik Öhrström 2023-08-16 16:22:01 +02:00
rodzic 217f0a25fe
commit bd0747eefe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
FROM multiarch/alpine:${TARGETARCH}${TARGETVARIANT}-latest-stable AS build
RUN apk add --no-cache alpine-sdk gcc linux-headers librtlsdr-dev cmake libusb-dev bash
RUN git clone https://github.com/wmbusmeters/wmbusmeters.git && \
git clone https://github.com/weetmuts/rtl-wmbus.git && \
git clone https://github.com/weetmuts/rtl-wmbus.git && (cd rtl-wmbus; git checkout -f AddFlowCheck) ; \
git clone https://github.com/merbanan/rtl_433.git
WORKDIR /wmbusmeters
RUN make