From fef8a3299ed5f2f1af21c78b71b632a3b76a2514 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 14 Apr 2024 04:12:14 +0300 Subject: [PATCH] Try to use autoremove to reduce image size --- builder/image-ros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index de3876aff..7deff0b99 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -186,5 +186,6 @@ EOF echo_stamp "Cleanup apt" apt-get clean +apt-get autoremove --purge -y echo_stamp "END of ROS INSTALLATION"