mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-21 12:45:19 +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 && \
|
/usr/share/applications/chromium.desktop && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/*
|
/tmp/* \
|
||||||
|
/usr/bin/mate-screensaver
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
COPY /root /
|
COPY /root /
|
||||||
|
@ -33,7 +33,8 @@ RUN \
|
|||||||
/usr/share/applications/chromium.desktop && \
|
/usr/share/applications/chromium.desktop && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/*
|
/tmp/* \
|
||||||
|
/usr/bin/mate-screensaver
|
||||||
|
|
||||||
# add local files
|
# add local files
|
||||||
COPY /root /
|
COPY /root /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user