From a68ce170d3238b5cf458e13d6b4423650f47d8e5 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 27 Jan 2024 21:30:17 +0000 Subject: [PATCH] Include comment about why we need to remove screensaver --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 67c0111b..265727a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get -y -qq update \ xubuntu-icon-theme \ tigervnc-standalone-server \ tigervnc-xorg-extension \ + # Disable the automatic screenlock since the account password is unknown && apt-get -y -qq remove xfce4-screensaver \ # chown $HOME to workaround that the xorg installation creates a # /home/jovyan/.cache directory owned by root