From 7faf541e09946fd457fbe24e6d9b94f6dd9aa06c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:35:48 +0200 Subject: [PATCH] Modify Dockerfile to link 'with-contenv' to 'env' --- guacamole/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index c138525fd..af8a74767 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -98,9 +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 +RUN ln -sf /usr/bin/env /usr/bin/with-contenv # Standalone bashio command #ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"