libtoolize
A tool used in the autotools build system to prepare a package for the use of libtool. It performs various tasks, including generating necessary files and directories to integrate libtool seamlessly into a project. More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize>.
RUN apt-get update && \
apt-get install -y libtool
RUN apt-get update && \
apt-get install -y libtool
RUN apk add libtool
RUN pacman -S --noconfirm libtool
RUN apt-get update && \
apt-get install -y libtool
RUN yum install -y libtool
RUN dnf install -y libtool
RUN apt-get update && \
apt-get install -y libtool