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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -1,5 +1,4 @@
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
@@ -14,9 +13,6 @@ RUN sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] h
14
 
15
  # 安装 Edge 浏览器
16
  RUN apt update && apt install -y microsoft-edge-stable
17
-
18
-
19
- RUN mkdir -p /home/user/Desktop/myshell
20
  ARG VNC_PWD
21
  ARG VNC_RESOLUTION
22
  RUN echo $VNC_PWD | vncpasswd -f > /home/user/.vnc/passwd
 
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 xdotool aria2 qemu-system-x86 htop chromium screen tigervnc-standalone-server python3-pip python3-websockify python3 git -y
 
13
 
14
  # 安装 Edge 浏览器
15
  RUN apt update && apt install -y microsoft-edge-stable
 
 
 
16
  ARG VNC_PWD
17
  ARG VNC_RESOLUTION
18
  RUN echo $VNC_PWD | vncpasswd -f > /home/user/.vnc/passwd