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 /