Deal with git and not empty directories.
This commit is contained in:
@@ -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} \
|
||||||
|
|||||||
Reference in New Issue
Block a user