tuts4y0u commited on
Commit
2be8ed8
1 Parent(s): a361f07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -3,10 +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 xfce4-screensaver -y
7
- RUN apt remove gnome-screensaver -y
8
- RUN apt remove mate-screensaver -y
9
- RUN apt remove cinnamon-screensaver -y
10
  RUN apt remove light-locker -y
11
  RUN git clone https://github.com/novnc/noVNC.git noVNC
12
  RUN mkdir -p /home/user/.vnc
 
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 git clone https://github.com/novnc/noVNC.git noVNC
9
  RUN mkdir -p /home/user/.vnc