chrome (latest)

Published 2022-08-05 07:48:03 +00:00 by adelorenzo

Installation

docker pull git.oe74.net/adelorenzo/chrome:latest
sha256:383c1514e20656b306307c3805d3ec83eabf52b172e779192a013c488ab64a9e

Image Layers

ADD file:0eb7f0555d03ff4f0755bba2c3d133e68737888f41390c17710f64b70c8e662a in /
CMD ["bash"]
ENV USER=root
ENV PASSWORD=password1
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
/bin/sh -c apt-get update && echo "tzdata tzdata/Areas select America" > ~/tx.txt && echo "tzdata tzdata/Zones/America select New York" >> ~/tx.txt && debconf-set-selections ~/tx.txt && apt-get install -y abiword gnupg apt-transport-https wget software-properties-common ratpoison novnc websockify libxv1 libglu1-mesa xauth x11-utils xorg tightvncserver && wget https://kumisystems.dl.sourceforge.net/project/virtualgl/2.6.5/virtualgl_2.6.5_amd64.deb && wget https://kumisystems.dl.sourceforge.net/project/turbovnc/2.2.7/turbovnc_2.2.7_amd64.deb && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install -y ./google-chrome-stable_current_amd64.deb && dpkg -i virtualgl_*.deb && dpkg -i turbovnc_*.deb && mkdir ~/.vnc/ && mkdir ~/.dosbox && echo $PASSWORD | vncpasswd -f > ~/.vnc/passwd && chmod 0600 ~/.vnc/passwd && echo "set border 1" > ~/.ratpoisonrc && echo "exec google-chrome --no-sandbox">> ~/.ratpoisonrc && openssl req -x509 -nodes -newkey rsa:2048 -keyout ~/novnc.pem -out ~/novnc.pem -days 3650 -subj "/C=US/ST=NY/L=NY/O=NY/OU=NY/CN=NY emailAddress=email@example.com"
EXPOSE 80
CMD ["/bin/sh" "-c" "/opt/TurboVNC/bin/vncserver && websockify -D --web=/usr/share/novnc/ --cert=~/novnc.pem 80 localhost:5901 && tail -f /dev/null"]
Details
Container
2022-08-05 07:48:03 +00:00
0
OCI / Docker
linux/amd64
520 MiB
Versions (1) View all
latest 2022-08-05