profile docker image lack libtool
Created by: jacquesqiao
[ 7%] Built target extern_nccl
buildconf: libtoolize not found.
You need GNU libtoolize 1.4.2 or newer installed.
CMakeFiles/extern_cares.dir/build.make:106: recipe for target 'third_party/cares/src/extern_cares-stamp/extern_cares-configure' failed
make[2]: *** [third_party/cares/src/extern_cares-stamp/extern_cares-configure] Error 1
CMakeFiles/Makefile2:513: recipe for target 'CMakeFiles/extern_cares.dir/all' failed
make[1]: *** [CMakeFiles/extern_cares.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
should install libtool with:
apt install libtool