Spaces:
Running
Running
tuts4y0u
commited on
Commit
·
96e52fb
1
Parent(s):
bb5f7df
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 lxde 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 setenforce 0
|
3 |
RUN apt update
|
4 |
RUN apt install -y vim bash 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
|
5 |
RUN apt remove -y lxlock
|