tuts4y0u commited on
Commit
95e796a
1 Parent(s): fc767dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -2,10 +2,8 @@ FROM debian:sid
2
  RUN apt update
3
  RUN useradd -m -u 1000 user
4
  RUN chown root:shadow /etc/shadow
5
- RUN apt install 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 -y
6
- RUN apt remove light-locker -y
7
- RUN apt remove xscreensaver-data -y
8
- RUN apt remove xscreensaver -y
9
  RUN apt autoclean && apt autoremove
10
  RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
11
  RUN git clone https://github.com/novnc/noVNC.git noVNC
 
2
  RUN apt update
3
  RUN useradd -m -u 1000 user
4
  RUN chown root:shadow /etc/shadow
5
+ RUN apt install -y 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
6
+ RUN apt remove -y light-locker xscreensaver-data xscreensaver
 
 
7
  RUN apt autoclean && apt autoremove
8
  RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
9
  RUN git clone https://github.com/novnc/noVNC.git noVNC