tuts4y0u commited on
Commit
d5d4ae1
1 Parent(s): 5795cbf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -3,9 +3,8 @@ RUN apt update
3
  RUN apt install -y vim bash 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
4
  RUN apt remove -y lxlock
5
  RUN apt remove -y light-locker xscreensaver-data xscreensaver
6
- RUN useradd -d /home/user -m -u 1000 user
7
  RUN chown user -R /home/user
8
- RUN chsh -s /bin/bash user
9
  RUN chown root:shadow /etc/shadow
10
  RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
11
  RUN git clone https://github.com/novnc/noVNC.git noVNC
 
3
  RUN apt install -y vim bash 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
4
  RUN apt remove -y lxlock
5
  RUN apt remove -y light-locker xscreensaver-data xscreensaver
6
+ RUN useradd -d /home/user -s /bin/bash -m -u 1000 user
7
  RUN chown user -R /home/user
 
8
  RUN chown root:shadow /etc/shadow
9
  RUN sed -i '/@xscreensaver -no-splash/d' /etc/xdg/lxsession/LXDE/autostart
10
  RUN git clone https://github.com/novnc/noVNC.git noVNC