w3m
A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3m.sourceforge.net>.
RUN apt-get update && \
apt-get install -y w3m
RUN apt-get update && \
apt-get install -y w3m
RUN apk add w3m
RUN pacman -S --noconfirm w3m
RUN apt-get update && \
apt-get install -y w3m
RUN yum install -y w3m
RUN dnf install -y w3m
RUN apt-get update && \
apt-get install -y w3m