From b69345e5aec71af48709da79f7614aad7ee07741 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:12:27 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 285ea9d1a..81ae337f6 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -54,6 +54,7 @@ RUN \ ENV QBM_DOCKER True ENV QBT_SKIP_QB_VERSION_CHECK True +# halodint disable=DL3019,SC3010 RUN \ # Allow specific arch BUILD_ARCH=$(uname -m) && \