From 91c6f85948408e1f2ea0616ac8e640600ce5bc2f Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 20 Jun 2025 11:26:29 -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 27b4db3a..0ba82c96 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 cbe7ad55..7f774907 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 /