From f83e188945fc45aa152130ea4dce9f5bafecf364 Mon Sep 17 00:00:00 2001 From: Ettore Landini Date: Tue, 17 Sep 2024 15:59:10 +0200 Subject: [PATCH] Test jazzy 7: docker file update 4 --- docker_stuff/docker_sim2/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker_stuff/docker_sim2/Dockerfile b/docker_stuff/docker_sim2/Dockerfile index 9467a82..3383d20 100644 --- a/docker_stuff/docker_sim2/Dockerfile +++ b/docker_stuff/docker_sim2/Dockerfile @@ -80,10 +80,7 @@ ENV YCM_DIR=${robotology_install_folder}/ycm/build # Build YARP 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 git clone https://github.com/robotology/yarp.git -b ${yarp_branch} RUN cd yarp && mkdir build && cd build && \ cmake .. \ -DCMAKE_BUILD_TYPE=Release \