Skip to content

Commit

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

0 comments on commit f83e188

Please sign in to comment.