diff --git a/Dockerfile b/Dockerfile index 8bbd480..3b2884d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL maintainer="Julien Cabillot " -# hadolint ignore=DL3008,SC3009 +# hadolint ignore=DL3008,SC3009,SC2086 RUN export DEBIAN_FRONTEND=noninteractive && \ export BUILD_PACKAGES=git-core && \ export RUNTIME_PACKAGES="python bsdmainutils curl python-six" && \