From 7cd60be3b6095085428d0fb97078cc29f484ad8f Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 20 Jun 2025 11:19:17 -0400 Subject: [PATCH] #324 remove screensaver bin so it cannot run --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c996c0e..b911b698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN \ /usr/share/applications/chromium.desktop && \ echo "**** cleanup ****" && \ rm -rf \ - /tmp/* + /tmp/* \ + /usr/bin/mate-screensaver # add local files COPY /root / diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 35f5a610..8777132d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -33,7 +33,8 @@ RUN \ /usr/share/applications/chromium.desktop && \ echo "**** cleanup ****" && \ rm -rf \ - /tmp/* + /tmp/* \ + /usr/bin/mate-screensaver # add local files COPY /root /