Skip to content

Commit 9b1cbed

Browse files
authored
Update Dockerfile
1 parent b73426f commit 9b1cbed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN --mount=type=cache,target=/root/.ccache/ \
6262
. "/opt/ros/${ROS_DISTRO}/setup.sh" &&\
6363
. "install/setup.sh" &&\
6464
sudo apt update && rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y && \
65+
rosdep update &&\
6566
colcon build \
6667
--cmake-args -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
6768
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \

0 commit comments

Comments
 (0)