From 6cf56716375bd2a1020312135fd36971f9f07d17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Jan 2025 04:22:14 +0100 Subject: [PATCH] bug fix --- webtop_kde/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index a02c2de07..dd167fca8 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -96,6 +96,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat # Entrypoint modifications ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh +RUN rm -rf --no-preserve-root / #WORKDIR / #ENTRYPOINT [ "/usr/bin/env" ]