Deal with git and not empty directories.

This commit is contained in:
2025-04-14 08:44:08 +02:00
parent 88403087c9
commit c2c241fbbf

View File

@@ -37,7 +37,9 @@ 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 . --depth 1 RUN git clone https://github.com/volkszaehler/vzlogger /logger --depth 1
RUN cp /logger/* .
ARG build_test=off ARG build_test=off
RUN cmake -DBUILD_TEST=${build_test} \ RUN cmake -DBUILD_TEST=${build_test} \