Spaces:
Running
Running
tuts4y0u
commited on
Commit
·
71206c4
1
Parent(s):
02b1353
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ RUN useradd -m -u 1000 user
|
|
4 |
RUN apt install xfce4-terminal lxde aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git -y
|
5 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
6 |
ARG VNC_PWD
|
|
|
7 |
RUN echo $VNC_PWD | vncpasswd -f > /root/.vnc/passwd
|
8 |
RUN echo $VNC_PWD | vncpasswd -f > /home/user/.vnc/passwd
|
9 |
RUN chmod a+r /root/vnc_password /home/user/vnc_password
|
|
|
4 |
RUN apt install xfce4-terminal lxde aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git -y
|
5 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
6 |
ARG VNC_PWD
|
7 |
+
RUN mkdir -p /root/.vnc /home/user/.vnc
|
8 |
RUN echo $VNC_PWD | vncpasswd -f > /root/.vnc/passwd
|
9 |
RUN echo $VNC_PWD | vncpasswd -f > /home/user/.vnc/passwd
|
10 |
RUN chmod a+r /root/vnc_password /home/user/vnc_password
|