new changes to starting chromium browser

This commit is contained in:
2021-07-30 17:42:03 +04:00
parent 896bd96ffd
commit be73f23811
4 changed files with 34 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
# from consol/ubuntu-xfce-vnc
# due to dependency issues vnc is still work in progress
from ubuntu:20.04
from dorowu/ubuntu-desktop-lxde-vnc
# Switch to root user to install additional software
USER 0
@@ -52,6 +52,8 @@ run chpasswd -c SHA512 < /root/passwdfile && \
# Port 22 is used for ssh
expose 22
expose
# Assign /data as static volume.
volume ["/data"]