xcursorgen
Create an X cursor file from a collection of PNGs. If --prefix is omitted, the image files must be located in the current working directory. More information: <https://manned.org/xcursorgen>.
RUN apt-get update && \
apt-get install -y x11-apps
RUN apt-get update && \
apt-get install -y x11-apps
RUN pacman -S --noconfirm xorg-xcursorgen
RUN apt-get update && \
apt-get install -y x11-apps
RUN yum install -y xorg-x11-apps
RUN dnf install -y xorg-x11-apps
RUN apt-get update && \
apt-get install -y x11-apps