We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb36468 commit dcb9e52Copy full SHA for dcb9e52
src/scripts/prepare.sh
@@ -26,7 +26,7 @@ echo apt-cacher-ng apt-cacher-ng/tunnelenable boolean true | ici_asroot debconf-
26
# Install packages on host
27
DEBIAN_FRONTEND=noninteractive ici_timed "Install build packages" ici_cmd "${APT_QUIET[@]}" ici_apt_install \
28
mmdebstrap sbuild schroot devscripts ccache apt-cacher-ng python3-pip libxml2-utils libarchive-tools \
29
- python3-all dh-python build-essential
+ debhelper python3-all dh-python build-essential
30
31
export PIP_BREAK_SYSTEM_PACKAGES=1
32
# Install patched bloom to handle ROS "one" distro key when resolving python and ROS version
0 commit comments