From ce1f1d9db54f8be467cab6e14a22fd81be5f7473 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Mon, 12 Oct 2020 11:12:18 +0300 Subject: [PATCH] builder: Don't try to install compressed_transport twice --- builder/image-ros.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index b564e5ae..98d81038 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -126,7 +126,6 @@ touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clover/w echo_stamp "Installing additional ROS packages" my_travis_retry apt-get install -y --no-install-recommends \ ros-${ROS_DISTRO}-dynamic-reconfigure \ - ros-${ROS_DISTRO}-compressed-image-transport \ ros-${ROS_DISTRO}-rosbridge-suite \ ros-${ROS_DISTRO}-rosserial \ ros-${ROS_DISTRO}-usb-cam \