We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e3f46 commit c12af26Copy full SHA for c12af26
Dockerfile
@@ -61,7 +61,9 @@ RUN apt-get update && \
61
fastcov \
62
git+https://github.com/ruffsl/colcon-cache.git@a937541bfc496c7a267db7ee9d6cceca61e470ca \
63
git+https://github.com/ruffsl/colcon-clean.git@a7f1074d1ebc1a54a6508625b117974f2672f2a9 \
64
- && rosdep update \
+ # FIXME: uncoment after rolling docker images update to Noble
65
+ # https://github.com/osrf/docker_images/issues/728
66
+ # && rosdep update \
67
&& colcon mixin update \
68
&& colcon metadata update \
69
&& rm -rf /var/lib/apt/lists/*
0 commit comments