From 857d1349195a0e1fbe1065d564c546b0a68ce5e6 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 8 Mar 2024 04:07:20 +0300 Subject: [PATCH] Install cmake --- builder/image-build-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-build-ros.sh b/builder/image-build-ros.sh index d34cbb2ef..47f871524 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -30,7 +30,7 @@ echo "=== Building ROS from scratch" #cp /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d # https://askubuntu.com/a/1408456 apt-get update -apt-get install -y python3-distutils build-essential git python3-pip python3-rosinstall-generator python3-vcstools python3-empy libpoco-dev +apt-get install -y python3-distutils build-essential cmake git python3-pip python3-rosinstall-generator python3-vcstools python3-empy libpoco-dev # install vcstool using pip # curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && rm get-pip.py