diff --git a/Containerfile b/Containerfile index e25456665f3..0a68b676946 100644 --- a/Containerfile +++ b/Containerfile @@ -32,6 +32,9 @@ RUN /tmp/build.sh && \ fc-cache -f /usr/share/fonts/ubuntu && \ fc-cache -f /usr/share/fonts/inter && \ rm -f /etc/yum.repos.d/tailscale.repo && \ + rm -f /usr/share/applications/fish.desktop && \ + rm -f /usr/share/applications/htop.desktop && \ + rm -f /usr/share/applications/nvtop.desktop && \ sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \ sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \ rm -rf /tmp/* /var/* && \