From 75e1067a9a063f7e1514a9516da78d56309f5d18 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Jul 2025 15:47:15 +0200 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 959a93607..08c1425f7 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -96,7 +96,8 @@ 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 sed -i "s|with-contenv|env|g" "/ha_entrypoint.sh" +RUN sed -i "s|with-contenv|env|g" && \ + echo "exec /init" >> "/ha_entrypoint.sh" #WORKDIR /data #ENTRYPOINT [ "/usr/bin/env" ]