Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
ece703f
1
Parent(s):
84d110d
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -6,14 +6,14 @@ RUN chown user -R /home/user; echo "cd ~" > /home/user/.bashrc;
|
|
6 |
RUN --mount=type=secret,id=VNC_PASSWORD,mode=0444,required=true \
|
7 |
echo 'user:$(cat /run/secrets/VNC_PASSWORD)' | chpasswd
|
8 |
RUN pwconv
|
9 |
-
RUN apt-add-repository "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib"
|
10 |
-
RUN wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
|
11 |
RUN apt update
|
12 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
13 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
14 |
tigervnc-standalone-server python3-pip python3-websockify \
|
15 |
python3 git fuse libfuse2 xdotool \
|
16 |
-
virtualbox
|
17 |
RUN apt remove -y lxlock
|
18 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
19 |
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"
|
|
|
6 |
RUN --mount=type=secret,id=VNC_PASSWORD,mode=0444,required=true \
|
7 |
echo 'user:$(cat /run/secrets/VNC_PASSWORD)' | chpasswd
|
8 |
RUN pwconv
|
9 |
+
# RUN apt-add-repository "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib"
|
10 |
+
# RUN wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
|
11 |
RUN apt update
|
12 |
RUN apt install -y vim bash xfce4-terminal mate-desktop-environment-extras \
|
13 |
aqemu sudo curl wget aria2 qemu-system-x86 htop chromium screen \
|
14 |
tigervnc-standalone-server python3-pip python3-websockify \
|
15 |
python3 git fuse libfuse2 xdotool \
|
16 |
+
# virtualbox
|
17 |
RUN apt remove -y lxlock
|
18 |
RUN apt remove -y light-locker xscreensaver-data xscreensaver
|
19 |
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"
|