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:
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