cupsaccept
Accept jobs sent to one or more destinations. NOTE: destination is referred as a printer or a class of printers. See also: cupsreject, cupsenable, cupsdisable, lpstat. More information: <https://www.cups.org/doc/man-cupsaccept.html>.
RUN apt-get update && \
apt-get install -y cups-client
RUN apt-get update && \
apt-get install -y cups-client
RUN apk add cups
RUN pacman -S --noconfirm cups
RUN apt-get update && \
apt-get install -y cups-client
RUN dnf install -y cups-1
RUN apt-get update && \
apt-get install -y cups-client