tuts4y0u commited on
Commit
2ef1b76
·
1 Parent(s): ef8b1af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,7 +3,6 @@ RUN useradd -m -u 1000 user
3
  RUN chown root:shadow /etc/shadow
4
  RUN apt update
5
  RUN apt install xfce4-terminal lxqt lightdm xfce4-goodies xfce4-appmenu-plugin xfce4-eyes-plugin xfce4-indicator-plugin xfce4-mpc-plugin 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 sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
7
  RUN git clone https://github.com/novnc/noVNC.git noVNC
8
  RUN mkdir -p /home/user/.vnc
9
  ARG VNC_RESOLUTION
 
3
  RUN chown root:shadow /etc/shadow
4
  RUN apt update
5
  RUN apt install xfce4-terminal lxqt lightdm xfce4-goodies xfce4-appmenu-plugin xfce4-eyes-plugin xfce4-indicator-plugin xfce4-mpc-plugin 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 git clone https://github.com/novnc/noVNC.git noVNC
7
  RUN mkdir -p /home/user/.vnc
8
  ARG VNC_RESOLUTION