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 /