From 88403087c9a89337d410a8466bd0b3976a2fbc97 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Mon, 14 Apr 2025 08:40:16 +0200 Subject: [PATCH] Adjust working directories. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ddc831..4c1dffa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN git clone https://github.com/rscada/libmbus.git --depth 1 \ && ./build.sh \ && make install -RUN git clone https://github.com/volkszaehler/vzlogger +RUN git clone https://github.com/volkszaehler/vzlogger . --depth 1 ARG build_test=off RUN cmake -DBUILD_TEST=${build_test} \