Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
58b0657
1
Parent(s):
3b62c13
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 mate-desktop-environment-extras 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 mount -o remount,rw /
|
3 |
RUN apt update
|
4 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras 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
|