tuts4y0u commited on
Commit
e604059
·
1 Parent(s): 6f5bd3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,7 +4,9 @@ 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
10
  ARG VNC_RESOLUTION
 
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
+
8
  RUN apt remove light-locker -y
9
+ RUN apt autoclean && apt autoremove
10
  RUN git clone https://github.com/novnc/noVNC.git noVNC
11
  RUN mkdir -p /home/user/.vnc
12
  ARG VNC_RESOLUTION