Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
77b1d58
1
Parent(s):
a9490a8
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM debian:sid
|
|
2 |
RUN apt update
|
3 |
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 fuse libfuse2 -y
|
|
|
5 |
RUN apt remove gnome-screensaver -y
|
6 |
RUN apt remove mate-screensaver -y
|
7 |
RUN apt remove cinnamon-screensaver -y
|
|
|
2 |
RUN apt update
|
3 |
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 fuse libfuse2 -y
|
5 |
+
RUN apt remove xfce4-screensaver -y
|
6 |
RUN apt remove gnome-screensaver -y
|
7 |
RUN apt remove mate-screensaver -y
|
8 |
RUN apt remove cinnamon-screensaver -y
|