chromium
Open-source web browser principally developed and maintained by Google. More information: <https://www.chromium.org/developers/how-tos/run-chromium-with-flags/>.
RUN apt-get update && \
apt-get install -y chromium
RUN apk add chromium
RUN pacman -S --noconfirm chromium
RUN apt-get update && \
apt-get install -y chromium
RUN dnf install -y chromium