Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile (moveit#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi authored Apr 23, 2021
1 parent 029ca6a commit 3a41a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN \
# Download MoveIt source, so that we can fetch all necessary dependencies
mkdir src && \
git clone https://github.com/ros-planning/moveit2.git src/moveit2 -b main && \
vcs import src < moveit2/moveit2.repos && \
vcs import src < src/moveit2/moveit2.repos && \
#
# Download all dependencies of MoveIt
rosdep update && \
Expand Down

0 comments on commit 3a41a20

Please sign in to comment.