Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 14, 2024
1 parent 25d7dc3 commit 97e1e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildroot/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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 \
python3-colcon-lcov-result python3-colcon-coveragepy-result
RUN --mount=type=cache,target=/var/lib/apt,sharing=private apt-get update && \
apt-get install -y python3-colcon-lcov-result python3-colcon-coveragepy-result

ENV ROS_DISTRO=${ROS_DISTRO}

Expand Down

0 comments on commit 97e1e9b

Please sign in to comment.