From 3618939f21a9d6399ebd8f5e1974244590ca25b7 Mon Sep 17 00:00:00 2001 From: Erik Wramner Date: Fri, 30 Aug 2019 13:51:48 +0200 Subject: [PATCH] Ignore hadolint error about parameter expansion --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee879a50..0fed2c43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV SASLAUTHD_MECH_OPTIONS="" SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Packages -# hadolint ignore=DL3015 +# hadolint ignore=DL3015,SC2016 RUN echo "deb http://ftp.debian.org/debian stretch-backports main" | tee -a /etc/apt/sources.list.d/stretch-bp.list && \ apt-get update -q --fix-missing && \ apt-get -y install postfix && \