mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-19 19:54:54 +02:00
#324 remove screensaver bin so it cannot run
This commit is contained in:
parent
61a6020463
commit
7cd60be3b6
@ -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 /
|
||||
|
@ -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 /
|
||||
|
Loading…
x
Reference in New Issue
Block a user