Spaces:
Building
Building
tuts4y0u
commited on
Commit
•
f23d060
1
Parent(s):
ffc0c2b
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
FROM debian:sid
|
2 |
-
RUN apt update
|
3 |
RUN useradd -m -u 1000 user
|
4 |
RUN chown root:shadow /etc/shadow
|
5 |
-
RUN apt
|
|
|
6 |
RUN apt remove xscreensaver-data --no-install-recommends -y
|
7 |
RUN apt remove xscreensaver --no-install-recommends -y
|
8 |
RUN apt remove light-locker --no-install-recommends -y
|
|
|
1 |
FROM debian:sid
|
|
|
2 |
RUN useradd -m -u 1000 user
|
3 |
RUN chown root:shadow /etc/shadow
|
4 |
+
RUN apt update
|
5 |
+
RUN apt install xfce4-terminal lxqt lightdm xfce4-goodies xfce4-appmenu-plugin xfce4-eyes-plugin xfce4-indicator-plugin xfce4-mpc-plugin aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 -y
|
6 |
RUN apt remove xscreensaver-data --no-install-recommends -y
|
7 |
RUN apt remove xscreensaver --no-install-recommends -y
|
8 |
RUN apt remove light-locker --no-install-recommends -y
|