Skip to content

Commit

Permalink
Add build-essential to be installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
furushchev committed Feb 11, 2025
1 parent 3f847bd commit 09a0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo apt-cacher-ng apt-cacher-ng/tunnelenable boolean true | ici_asroot debconf-
DEBIAN_FRONTEND=noninteractive ici_timed "Install build packages" ici_cmd "${APT_QUIET[@]}" ici_apt_install \
mmdebstrap sbuild schroot devscripts ccache apt-cacher-ng python3-pip python3-rosdep libxml2-utils libarchive-tools \
python3-colcon-package-information python3-colcon-package-selection python3-colcon-ros python3-colcon-cmake \
python3-stdeb python3-all dh-python
python3-stdeb python3-all dh-python build-essential

# Install patched bloom to handle ROS "one" distro key when resolving python and ROS version
ici_timed "Install bloom" ici_asroot pip install -U git+https://github.com/rhaschke/bloom.git@ros-one
Expand Down

0 comments on commit 09a0c24

Please sign in to comment.