libtool
A generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface. More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtool>.
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-bin
RUN yum install -y libtool
RUN dnf install -y libtool
RUN apt-get update && \
apt-get install -y libtool-bin