Skip to content

Commit

Permalink
clone ament_cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 17, 2022
1 parent f686d69 commit 8e6c9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ros.humble
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ RUN mkdir -p ${ROS_ROOT}/src && \
> ros2.${ROS_DISTRO}.${ROS_PKG}.rosinstall && \
cat ros2.${ROS_DISTRO}.${ROS_PKG}.rosinstall && \
vcs import src < ros2.${ROS_DISTRO}.${ROS_PKG}.rosinstall && \
rm -r ${ROS_ROOT}/src/ament_cmake && \
git -C ${ROS_ROOT}/src/ clone https://github.com/ament/ament_cmake -b ${ROS_DISTRO} && \

# install dependencies using rosdep
apt-get update && \
Expand Down

0 comments on commit 8e6c9b6

Please sign in to comment.