tuts4y0u commited on
Commit
168bf98
·
1 Parent(s): 7e4fc3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ RUN apt install xfce4-terminal lxde aqemu sudo curl wget aria2 qemu-system-x86 h
6
  RUN git clone https://github.com/novnc/noVNC.git noVNC
7
  RUN echo $VNC_PWD | vncpasswd -f > /home/user/vnc_password
8
  RUN chmod u+r,g+r,o+r /home/user/vnc_password
 
9
  ENV HOME=/home/user \
10
  PATH=/home/user/.local/bin:$PATH
11
  CMD vncserver -SecurityTypes None −PasswordFile /home/user/vnc_password -geometry 1366x768 && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860
 
6
  RUN git clone https://github.com/novnc/noVNC.git noVNC
7
  RUN echo $VNC_PWD | vncpasswd -f > /home/user/vnc_password
8
  RUN chmod u+r,g+r,o+r /home/user/vnc_password
9
+ RUN echo $VNC_PWD
10
  ENV HOME=/home/user \
11
  PATH=/home/user/.local/bin:$PATH
12
  CMD vncserver -SecurityTypes None −PasswordFile /home/user/vnc_password -geometry 1366x768 && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860