diff --git a/Dockerfile b/Dockerfile index f28c87fa..b21e4ae7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN \ apt-get autoclean && \ rm -rf \ /config/.cache \ + /usr/bin/mate-screensaver \ /usr/share/gvfs/remote-volume-monitors/* \ /var/lib/apt/lists/* \ /var/tmp/* \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0727383b..4ebedd72 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -35,6 +35,7 @@ RUN \ apt-get autoclean && \ rm -rf \ /config/.cache \ + /usr/bin/mate-screensaver \ /usr/share/gvfs/remote-volume-monitors/* \ /var/lib/apt/lists/* \ /var/tmp/* \