Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
fa8bfda
1
Parent(s):
e4f3f4e
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM debian:sid
|
|
|
2 |
RUN apt update
|
3 |
RUN apt install -y vim bash xfce4-terminal xubuntu-desktop aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
4 |
RUN apt remove -y lxlock
|
|
|
1 |
FROM debian:sid
|
2 |
+
RUN add-apt-repository ppa:alexx2000/xfce
|
3 |
RUN apt update
|
4 |
RUN apt install -y vim bash xfce4-terminal xubuntu-desktop aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git fuse libfuse2 xdotool
|
5 |
RUN apt remove -y lxlock
|