From f4fd758c3e76ae6c77842a6bb7a929af8a09a743 Mon Sep 17 00:00:00 2001 From: Ettore Landini Date: Tue, 17 Sep 2024 10:35:53 +0200 Subject: [PATCH] Test jazzy 6: docker file update 3 --- docker_stuff/docker_sim2/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker_stuff/docker_sim2/Dockerfile b/docker_stuff/docker_sim2/Dockerfile index fe698a6..9467a82 100644 --- a/docker_stuff/docker_sim2/Dockerfile +++ b/docker_stuff/docker_sim2/Dockerfile @@ -81,6 +81,9 @@ ENV YCM_DIR=${robotology_install_folder}/ycm/build USER ${robotology_install_user} WORKDIR ${robotology_install_folder} RUN git clone https://github.com/robotology/yarp.git -b $yarp_branch +RUN echo "\n\n\n ############################################################# \n\n\n" +RUN cd yarp && git log +RUN echo "\n\n\n ############################################################# \n\n\n" RUN cd yarp && mkdir build && cd build && \ cmake .. \ -DCMAKE_BUILD_TYPE=Release \