Category "xvfb"

How to install Xvfb on RH8?

I need to install Xvfb on Redhat 8, however the usual way doesn't work: yum -y install xorg-x11-server-Xvfb No match for argument: xorg-x11-server-Xvfb Error:

docker: can not start xvfb-run with docker run, but can start with docker exec -it

I'm trying to run a node app with xvfb-run, here is my Dockerfile FROM node:lts-alpine RUN apk --no-cache upgrade && apk add --no-cache chromium coreut