Skip to content

Commit 0e7c5ff

Browse files
authored
Merge pull request #260 from PickNikRobotics/fix-moveit2-build
Fix moveit2 build for jazzy-2025.10.0
2 parents a8f8999 + d7d4c27 commit 0e7c5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moveit2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ COPY --chown=${USERNAME}:${USERNAME} rosdep-skip.txt /tmp/
119119
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
120120
--mount=type=cache,target=/var/lib/apt,sharing=locked \
121121
source ${SPACEROS_DIR}/setup.bash && \
122+
sudo apt-get update && \
122123
rosdep install \
123124
--from-paths src \
124125
--ignore-src \

0 commit comments

Comments
 (0)