lachine commited on
Commit
e123cb6
·
verified ·
1 Parent(s): ff1f4d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM debian:sid
2
- RUN mkdir pushcookie
3
  RUN apt update
4
  RUN useradd -m -u 1000 user
5
  RUN apt install xfce4-terminal lxde aqemu sudo curl wget xdotool aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git -y
 
1
  FROM debian:sid
2
+ RUN mkdir /pushcookie
3
  RUN apt update
4
  RUN useradd -m -u 1000 user
5
  RUN apt install xfce4-terminal lxde aqemu sudo curl wget xdotool aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git -y