Skip to content

Commit

Permalink
Add additional colcon packages
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 14, 2024
1 parent 715b89a commit f7cd7ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildroot/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN --mount=type=cache,target=/var/lib/apt,sharing=private \
&& rosdep install --from-paths /tmp/ws --ignore-src --rosdistro ${ROS_DISTRO} -y \
&& rm /etc/ros/rosdep/sources.list.d/61-customized-rosdep.list

RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get install -y \
colcon-lcov-result colcon-coveragepy-result

ENV ROS_DISTRO=${ROS_DISTRO}

COPY scripts/ /scripts/
Expand Down

0 comments on commit f7cd7ee

Please sign in to comment.