We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cbed commit ebe6ba9Copy full SHA for ebe6ba9
1 file changed
.docker/Dockerfile
@@ -61,7 +61,8 @@ RUN --mount=type=cache,target=/root/.ccache/ \
61
# Enable ccache
62
. "/opt/ros/${ROS_DISTRO}/setup.sh" &&\
63
. "install/setup.sh" &&\
64
- sudo apt update && rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y && \
+ sudo apt update && \
65
+ rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y && \
66
rosdep update &&\
67
colcon build \
68
--cmake-args -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
0 commit comments