Adjust working directories.

This commit is contained in:
2025-04-14 08:40:16 +02:00
parent a3bf64a195
commit 88403087c9

View File

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