pkg-config
Provide the details of installed libraries for compiling applications. More information: <https://www.freedesktop.org/wiki/Software/pkg-config/>.
RUN apt-get update && \
apt-get install -y pkg-config
RUN apt-get update && \
apt-get install -y pkg-config
RUN pacman -S --noconfirm pkgconf-pkg-config
RUN apt-get update && \
apt-get install -y pkg-config
RUN yum install -y pkgconf-pkg-config
RUN dnf install -y pkgconf-pkg-config
RUN apt-get update && \
apt-get install -y pkg-config