Skip to content

Commit

Permalink
Dockerfile install rolling-action-tutorials-interfaces if rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 1, 2024
1 parent 57c6b5b commit aac3600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN if [ "$ROS_DISTRO" = "jazzy" ] || [ "$ROS_DISTRO" = "rolling" ]; then \
else \
pip3 install -r src/requirements.txt; \
fi
RUN if [ "$ROS_DISTRO" = "rolling"]; then \
apt install -y ros-rolling-action-tutorials-interfaces; \
fi

# Colcon the ws
FROM deps AS builder
Expand Down

0 comments on commit aac3600

Please sign in to comment.