Spaces:
Building
Building
tuts4y0u
commited on
Commit
·
8f32aa9
1
Parent(s):
06daab4
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,7 +10,8 @@ RUN apt update
|
|
10 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
11 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
12 |
tigervnc-standalone-server python3-pip python3-websockify \
|
13 |
-
python3 git fuse libfuse2 xdotool
|
|
|
14 |
RUN apt remove -y lxlock
|
15 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
16 |
RUN [ -r /etc/xdg/lxsession/LXDE/autostart ] && sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart || echo "/etc/xdg/lxsession/LXDE/autostart skipped"
|
|
|
10 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
11 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
12 |
tigervnc-standalone-server python3-pip python3-websockify \
|
13 |
+
python3 git fuse libfuse2 xdotool \
|
14 |
+
virtual-box
|
15 |
RUN apt remove -y lxlock
|
16 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
17 |
RUN [ -r /etc/xdg/lxsession/LXDE/autostart ] && sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart || echo "/etc/xdg/lxsession/LXDE/autostart skipped"
|