firefox

A free and open source web browser. More information: <https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options>.

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