Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
682cc41
1
Parent(s):
3b28fa7
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ RUN useradd -m -u 1000 user
|
|
4 |
RUN chown root:shadow /etc/shadow
|
5 |
RUN apt install -y xfce4-terminal lxde aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
6 |
RUN apt remove -y lxlock
|
7 |
-
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
8 |
RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
|
9 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
10 |
RUN mkdir -p /home/user/.vnc
|
|
|
4 |
RUN chown root:shadow /etc/shadow
|
5 |
RUN apt install -y xfce4-terminal lxde aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
6 |
RUN apt remove -y lxlock
|
7 |
+
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
8 |
RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
|
9 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
10 |
RUN mkdir -p /home/user/.vnc
|