Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 authored Dec 19, 2024
1 parent c63c64b commit 4cfe4f4
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 @@ -166,7 +166,7 @@ RUN sudo apt-get install -y gz-${gazebo_version}
# Gz-sim Plugins
USER ${robotology_install_user}
WORKDIR ${robotology_install_folder}
RUN git clone https://github.dev/robotology/gz-sim-yarp-plugins
RUN git clone https://github.com/robotology/gz-sim-yarp-plugins
RUN cd gz-sim-yarp-plugins && mkdir build && cd build && \
cmake -DCMAKE_INSTALL_PREFIX=${robotology_install_folder}/gz-sim-yarp-plugins/install \
-DCMAKE_PREFIX_PATH=${robotology_install_folder}/gz-sim-yarp-plugins/install && \
Expand Down

0 comments on commit 4cfe4f4

Please sign in to comment.