diff --git a/Dockerfile b/Dockerfile index b80fd51ee9ef4ed905aaf216ca727f63e22e9bd4..4c8ed5b0e64ae55fa85091434806f2e25a5332f9 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 && \