chromium

Open-source web browser principally developed and maintained by Google. More information: <https://www.chromium.org/developers/how-tos/run-chromium-with-flags/>.

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