tuts4y0u commited on
Commit
b77d673
1 Parent(s): 5785017

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,8 +3,8 @@ 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 -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
 
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 lxclock
7
+ RUN apt remove -y light-locker xscreensaver-data xscreensaver gnome-xscreensaver
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