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 \