Skip to content

Commit ad51d2a

Browse files
committed
add cargo building to dockerfile
1 parent 2378030 commit ad51d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubuntu_2204/Dockerfile.minimal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ RUN echo $CMAKE_PREFIX_PATH
8585

8686
WORKDIR $WS/..
8787
RUN catkin config --install --cmake-args -DCMAKE_BUILD_TYPE=Release -Wno-deprecated -Wno-dev -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=$DEST/include -DCMAKE_LIBRARY_PATH=$DEST/lib
88+
RUN catkin build --no-status -j1 robot_localization
8889
RUN catkin build --no-status -j1 image_transport
8990
RUN catkin build --no-status -j1 grid_map_cv
9091
RUN touch src/ros/grid_map/grid_map_demos/CATKIN_IGNORE

0 commit comments

Comments
 (0)