From 00bcb68960a368bbcadfc0b0f1f5fcc17c087a68 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 20 Jun 2025 11:25:43 -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 854314d1..9e00cdaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,8 @@ RUN \ dnf clean all && \ rm -rf \ /config/.cache \ - /tmp/* + /tmp/* \ + /usr/bin/mate-screensaver # add local files COPY /root / diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7205fb84..66fb0ff5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -53,7 +53,8 @@ RUN \ dnf clean all && \ rm -rf \ /config/.cache \ - /tmp/* + /tmp/* \ + /usr/bin/mate-screensaver # add local files COPY /root /