tuts4y0u commited on
Commit
953d0d7
1 Parent(s): bf9100d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ 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 xscreensaver -y
7
  RUN apt remove light-locker -y
8
  RUN apt autoclean && apt autoremove
 
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 xscreensaver-data -y
7
  RUN apt remove xscreensaver -y
8
  RUN apt remove light-locker -y
9
  RUN apt autoclean && apt autoremove