From ebe1cd2b481b64eae58b5021065e83b26eec77b8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:03:09 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 59ca63d51..915591913 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -125,6 +125,8 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. # 4 Entrypoint # ################ +RUN chmod +x /usr/local/bin/* /usr/local/sbin/* + # Add entrypoint ENV S6_STAGE2_HOOK=/ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"