Commit b61545fa authored by nimrod's avatar nimrod
Browse files

Silence some hadolint warnings.

I know what I'm doing.
parent 87004015
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 && \