#324 remove screensaver bin so it cannot run

This commit is contained in:
thelamer 2025-06-20 11:24:53 -04:00
parent 0f96bd7e12
commit f71256b94b
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ RUN \
apt-get autoclean && \
rm -rf \
/config/.cache \
/usr/bin/mate-screensaver \
/usr/share/gvfs/remote-volume-monitors/* \
/var/lib/apt/lists/* \
/var/tmp/* \

View File

@ -35,6 +35,7 @@ RUN \
apt-get autoclean && \
rm -rf \
/config/.cache \
/usr/bin/mate-screensaver \
/usr/share/gvfs/remote-volume-monitors/* \
/var/lib/apt/lists/* \
/var/tmp/* \