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
4ddf0466e8
commit
00bcb68960
@ -53,7 +53,8 @@ RUN \
|
||||
dnf clean all && \
|
||||
rm -rf \
|
||||
/config/.cache \
|
||||
/tmp/*
|
||||
/tmp/* \
|
||||
/usr/bin/mate-screensaver
|
||||
|
||||
# add local files
|
||||
COPY /root /
|
||||
|
@ -53,7 +53,8 @@ RUN \
|
||||
dnf clean all && \
|
||||
rm -rf \
|
||||
/config/.cache \
|
||||
/tmp/*
|
||||
/tmp/* \
|
||||
/usr/bin/mate-screensaver
|
||||
|
||||
# add local files
|
||||
COPY /root /
|
||||
|
Loading…
x
Reference in New Issue
Block a user