From a82cb736340ce6b6cdddb0280f4b08146320f2de Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:56:39 +0100 Subject: [PATCH] No more bin folder --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index bb51a4b1d..feb423913 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -126,7 +126,7 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. # 4 Entrypoint # ################ -RUN chmod +x /usr/local/bin/* /usr/local/sbin/* +RUN chmod +x /usr/local/sbin/* # Add entrypoint ENV S6_STAGE2_HOOK=/ha_entrypoint.sh