Skip to content

Commit

Permalink
Cleanup /tmp in image build
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 15, 2024
1 parent cd5a9d1 commit f9026fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,7 @@ apt-get clean
echo_stamp "Cleanup pip"
pip3 cache purge

echo_stamp "Cleanup /tmp"
rm -rf /tmp/*

echo_stamp "END of ROS INSTALLATION"

0 comments on commit f9026fa

Please sign in to comment.