From b61545fa75ee1b04a11efd910521779712f3087c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 19 Dec 2020 14:30:47 +0200 Subject: [PATCH] Silence some hadolint warnings. I know what I'm doing. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b80fd51..4c8ed5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,10 @@ RUN apk add --update --no-cache \ ; ARG Version ENV VERSION="$Version" +# hadolint ignore=DL3020 ADD "https://github.com/varnish/hitch/archive/${VERSION}.tar.gz" / ENV LDFLAGS="--static" +# hadolint ignore=DL3003 RUN tar -xzf "${VERSION}.tar.gz" && \ cd "hitch-${VERSION}" && \ ./bootstrap && \ -- GitLab