From cd5a9d11765d72fa233c3dfaf68657bfd91f3def Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Mon, 15 Apr 2024 07:03:59 +0300 Subject: [PATCH] Cleanup pip cache in image build --- builder/image-ros.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 25ff51019..9079a9431 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -189,4 +189,7 @@ echo_stamp "Cleanup apt" apt-get autoremove --purge -y apt-get clean +echo_stamp "Cleanup pip" +pip3 cache purge + echo_stamp "END of ROS INSTALLATION"