Skip to content

Commit

Permalink
Test jazzy 6: docker file update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Dec 10, 2024
1 parent 097145e commit f4fd758
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker_stuff/docker_sim2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f4fd758

Please sign in to comment.