From b13c634ca183e3d3b19a8982cda7ece5628fb857 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Jul 2025 15:53:14 +0200 Subject: [PATCH] Update Dockerfile --- guacamole/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index ad3a4fb5c..2c696da3b 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -96,7 +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 sed -i "s|with-contenv|env|g" && \ +RUN sed -i "s|with-contenv|env|g" "/ha_entrypoint.sh" && \ echo "exec /init" >> "/ha_entrypoint.sh" #WORKDIR /data