cups-config
Show technical information about your CUPS print server installation. More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.
RUN apt-get update && \
apt-get install -y libcups2-dev
RUN apt-get update && \
apt-get install -y libcups2-dev
RUN pacman -S --noconfirm libcups
RUN apt-get update && \
apt-get install -y libcups2-dev
RUN dnf install -y cups-devel-1
RUN apt-get update && \
apt-get install -y libcups2-dev