Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
9f9f905
1
Parent(s):
c6f7c48
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt update
|
|
10 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
11 |
RUN apt remove -y lxlock
|
12 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
13 |
-
RUN [ -r /etc/xdg/lxsession/LXDE/autostart] && sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart || echo "/etc/xdg/lxsession/LXDE/autostart skipped"
|
14 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
15 |
RUN mkdir -p /home/user/.vnc
|
16 |
RUN chmod -R 777 /home/user/.vnc /tmp
|
|
|
10 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
11 |
RUN apt remove -y lxlock
|
12 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
13 |
+
RUN [ -r /etc/xdg/lxsession/LXDE/autostart ] && sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart || echo "/etc/xdg/lxsession/LXDE/autostart skipped"
|
14 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
15 |
RUN mkdir -p /home/user/.vnc
|
16 |
RUN chmod -R 777 /home/user/.vnc /tmp
|