Skip to content

Commit

Permalink
check 1
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Dec 10, 2024
1 parent 887ddc7 commit f48a483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_stuff/docker_sim2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f48a483

Please sign in to comment.