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