Skip to content

Commit ab8f228

Browse files
committed
add colcon to core container
1 parent 3f30483 commit ab8f228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_debian_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [[ "$ROS_DISTRO" == "jazzy" || "$ROS_DISTRO" == "kilted" || "$ROS_DISTRO" ==
9595
fi
9696

9797
# Install system dependencies
98-
apt-get install -y build-essential python3-pip python3-bloom python3-rosdep git lsb-release devscripts debhelper fakeroot
98+
apt-get install -y build-essential python3-pip python3-bloom python3-rosdep git lsb-release devscripts debhelper fakeroot python3-colcon-common-extensions
9999

100100
# Install Python dependencies
101101
if [ -f "requirements.txt" ]; then

0 commit comments

Comments
 (0)