From c0b250624fc2f94601f7da3b9013547bf97b687d Mon Sep 17 00:00:00 2001 From: Sagent Date: Mon, 8 Jun 2026 20:46:03 +0000 Subject: [PATCH] fix: add DL3013,DL3042 to hadolint ignore for pip install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34d37dd..9a8b59b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ENV LANG C.UTF-8 # Install SABnzbd and all required dependencies. # -# hadolint ignore=DL3008,DL3015,SC3009,DL3003 +# hadolint ignore=DL3008,DL3015,SC3009,DL3003,DL3013,DL3042 RUN export SABNZBD_VERSION=3.7.2 PAR2CMDLINE_VERSION=v0.6.14-mt1 && \ export DEBIAN_FRONTEND=noninteractive && \ export BUILD_PACKAGES="automake build-essential python3-dev libffi-dev" && \