From e10dcb4fe96b082453d3f3b65e16c21e65afd396 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:18:22 +0100 Subject: [PATCH] Update Dockerfile --- scrutiny/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index c54406448..0e4f23152 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -27,6 +27,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +SHELL ["/usr/bin/bash", "-c"] + ################## # 3 Install apps # ################## @@ -63,8 +65,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat 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 - - ############ # 5 Labels # ############