tuts4y0u commited on
Commit
a9490a8
·
1 Parent(s): eaaaff5

移除锁屏

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -2,6 +2,10 @@ 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 git clone https://github.com/novnc/noVNC.git noVNC
6
  RUN mkdir -p /home/user/.vnc
7
  ARG VNC_RESOLUTION
 
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 gnome-screensaver -y
6
+ RUN apt remove mate-screensaver -y
7
+ RUN apt remove cinnamon-screensaver -y
8
+ RUN apt remove light-locker -y
9
  RUN git clone https://github.com/novnc/noVNC.git noVNC
10
  RUN mkdir -p /home/user/.vnc
11
  ARG VNC_RESOLUTION