Xvfb

Virtual Framebuffer 'fake' X server

Debian Debian
RUN apt-get update && \ apt-get install -y xvfb
Ubuntu
RUN apt-get update && \ apt-get install -y xvfb
Alpine
RUN apk add xvfb
Arch Arch Linux
RUN pacman -S --noconfirm xorg-x11-server-Xvfb
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y xvfb
CentOS
RUN yum install -y xorg-x11-server-Xvfb
Fedora
RUN dnf install -y xorg-x11-server-Xvfb
Raspbian
RUN apt-get update && \ apt-get install -y xvfb
click the source code to copy install Xvfb on any operating system with command-not-found.com