Include source code for vzlogger.

This commit is contained in:
2025-04-14 08:37:09 +02:00
parent a6e5ebb157
commit a3bf64a195

View File

@@ -37,7 +37,7 @@ RUN git clone https://github.com/rscada/libmbus.git --depth 1 \
&& ./build.sh \
&& make install
COPY . /vzlogger
RUN git clone https://github.com/volkszaehler/vzlogger
ARG build_test=off
RUN cmake -DBUILD_TEST=${build_test} \