From e0a6fa01611bea2bb124f332e5de0a1c9faaf82c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Jul 2025 15:45:01 +0200 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 9a92ea07f..959a93607 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -90,12 +90,13 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. ################ # Add entrypoint -# ENV S6_STAGE2_HOOK=/ha_entrypoint.sh +ENV S6_STAGE2_HOOK=/ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh" # 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" #WORKDIR /data #ENTRYPOINT [ "/usr/bin/env" ]