Skip to content

Commit

Permalink
TEMP: Fix tutorial docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Jun 13, 2024
1 parent c05b013 commit d121535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/tutorial-source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.ccache/,sharing=locked \
# Enable ccache
PATH=/usr/lib/ccache:$PATH && \
# Checkout the tutorial repo
git clone https://github.com/moveit/moveit2_tutorials src/moveit2_tutorials && \
git clone https://github.com/moveit/moveit2_tutorials -b fix_gz_ros2_control src/moveit2_tutorials && \
# Fetch required upstream sources for building
vcs import --skip-existing src < src/moveit2_tutorials/moveit2_tutorials.repos && \
# Source ROS install
Expand Down

0 comments on commit d121535

Please sign in to comment.