diff --git a/docker_stuff/docker_sim2/Dockerfile b/docker_stuff/docker_sim2/Dockerfile index d3e9c00..8d8084c 100644 --- a/docker_stuff/docker_sim2/Dockerfile +++ b/docker_stuff/docker_sim2/Dockerfile @@ -129,7 +129,7 @@ RUN sudo ln -s /usr/local/share/bash-completion/completions/yarp /usr/share/bash # Build icub-main USER ${robotology_install_user} WORKDIR ${robotology_install_folder} -RUN git clone https://github.com/robotology/icub-main.git -b devel +RUN git clone https://github.com/robotology/icub-main.git -b devel && echo test RUN cd icub-main && mkdir build && cd build && \ cmake .. \ -DCMAKE_BUILD_TYPE=Release \