From b35f2bdbee389ef3034bb96cdcb89d44dd301f79 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Sep 2025 07:08:22 +0200 Subject: [PATCH] Force env https://github.com/alexbelgium/hassio-addons/issues/1304#issuecomment-3284566567 --- guacamole/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 1f21cd87b..2ec73107b 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -98,6 +98,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 sed -i 's|with-contenv|env|g' "/ha_entrypoint_modif.sh" +RUN sed -i 's|with-contenv|env|g' "/ha_entrypoint.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh # Standalone bashio command