tuts4y0u commited on
Commit
a361f07
1 Parent(s): 77b1d58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM debian:sid
2
  RUN apt update
3
  RUN useradd -m -u 1000 user
 
4
  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
5
  RUN apt remove xfce4-screensaver -y
6
  RUN apt remove gnome-screensaver -y
 
1
  FROM debian:sid
2
  RUN apt update
3
  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 xfce4-screensaver -y
7
  RUN apt remove gnome-screensaver -y