xvfb-run
Run a command in a virtual X server environment. More information: <https://www.x.org/wiki/>.
RUN apt-get update && \
apt-get install -y xvfb
RUN apt-get update && \
apt-get install -y xvfb
RUN apk add xvfb
RUN pacman -S --noconfirm xorg-server-xvfb
RUN apt-get update && \
apt-get install -y xvfb
RUN yum install -y xorg-x11-server-Xvfb
RUN dnf install -y xorg-x11-server-Xvfb
RUN apt-get update && \
apt-get install -y xvfb