vncserver dev env: no screensaver

KASM-1810_yaml_config
Dmitry Maksyoma 4 years ago
parent f79c3b3b11
commit e4ad356c7d

@ -9,7 +9,6 @@ EXPOSE $VNC_PORT2
EXPOSE $VNC_PORT3 EXPOSE $VNC_PORT3
RUN apt-get update && apt-get install -y supervisor xfce4 xfce4-terminal xterm libnss-wrapper gettext wget RUN apt-get update && apt-get install -y supervisor xfce4 xfce4-terminal xterm libnss-wrapper gettext wget
RUN apt-get purge -y pm-utils xscreensaver*
RUN apt-get update && apt-get install -y vim less RUN apt-get update && apt-get install -y vim less
RUN apt-get update && apt-get -y install lsb-release RUN apt-get update && apt-get -y install lsb-release
RUN apt-get update && apt-get -y install net-tools RUN apt-get update && apt-get -y install net-tools
@ -22,6 +21,7 @@ RUN apt-get update && apt-get install -y lxqt
RUN apt-get update && apt-get install -y kde-full RUN apt-get update && apt-get install -y kde-full
RUN apt-get update && apt-get install -y cinnamon RUN apt-get update && apt-get install -y cinnamon
RUN apt-get update && apt-get install -y ubuntu-gnome-desktop RUN apt-get update && apt-get install -y ubuntu-gnome-desktop
RUN apt-get purge -y pm-utils xscreensaver*
RUN apt-get update && apt-get install -y python3-pip RUN apt-get update && apt-get install -y python3-pip
RUN apt-get update && apt-get install -y strace RUN apt-get update && apt-get install -y strace

Loading…
Cancel
Save