Spaces:
Paused
Paused
添加xdotool自动点击软件
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +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 -y
|
5 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
6 |
RUN mkdir -p /home/user/.vnc
|
7 |
ARG VNC_PWD
|
|
|
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
|
5 |
RUN git clone https://github.com/novnc/noVNC.git noVNC
|
6 |
RUN mkdir -p /home/user/.vnc
|
7 |
ARG VNC_PWD
|