#324 remove screensaver bin so it cannot run

This commit is contained in:
thelamer 2025-06-20 11:25:43 -04:00
parent 4ddf0466e8
commit 00bcb68960
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,8 @@ RUN \
dnf clean all && \
rm -rf \
/config/.cache \
/tmp/*
/tmp/* \
/usr/bin/mate-screensaver
# add local files
COPY /root /

View File

@ -53,7 +53,8 @@ RUN \
dnf clean all && \
rm -rf \
/config/.cache \
/tmp/*
/tmp/* \
/usr/bin/mate-screensaver
# add local files
COPY /root /