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) && \