xclip
X11 clipboard manipulation tool, similar to xsel. Handles the X primary and secondary selections, plus the system clipboard (Ctrl + C/Ctrl + V). More information: <https://manned.org/xclip>.
RUN apt-get update && \
apt-get install -y xclip
RUN apt-get update && \
apt-get install -y xclip
RUN apk add xclip
RUN pacman -S --noconfirm xclip
RUN apt-get update && \
apt-get install -y xclip
RUN dnf install -y xclip
RUN apt-get update && \
apt-get install -y xclip