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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ 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
10
  RUN mkdir -p /home/user/.vnc
 
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 -y autoclean && apt -y 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
10
  RUN mkdir -p /home/user/.vnc