Try to use directories the right way.

This commit is contained in:
2025-04-14 08:52:15 +02:00
parent af31d2eae6
commit 9ad5c55610

View File

@@ -39,7 +39,7 @@ RUN git clone https://github.com/rscada/libmbus.git --depth 1 \
RUN git clone https://github.com/volkszaehler/vzlogger /logger --depth 1
RUN cp -R /logger/* /vzlogger/*
RUN cp -R /logger/. /vzlogger
ARG build_test=off
RUN cmake -DBUILD_TEST=${build_test} \