#324 remove screensaver bin so it cannot run

This commit is contained in:
thelamer 2025-06-20 11:19:17 -04:00
parent 61a6020463
commit 7cd60be3b6
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,8 @@ RUN \
/usr/share/applications/chromium.desktop && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*
/tmp/* \
/usr/bin/mate-screensaver
# add local files
COPY /root /

View File

@ -33,7 +33,8 @@ RUN \
/usr/share/applications/chromium.desktop && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*
/tmp/* \
/usr/bin/mate-screensaver
# add local files
COPY /root /