Skip to content
Snippets Groups Projects
Commit b61545fa authored by nimrod's avatar nimrod
Browse files

Silence some hadolint warnings.

I know what I'm doing.
parent 87004015
Branches
No related tags found
No related merge requests found
Pipeline #242 passed
...@@ -15,8 +15,10 @@ RUN apk add --update --no-cache \ ...@@ -15,8 +15,10 @@ RUN apk add --update --no-cache \
; ;
ARG Version ARG Version
ENV VERSION="$Version" ENV VERSION="$Version"
# hadolint ignore=DL3020
ADD "https://github.com/varnish/hitch/archive/${VERSION}.tar.gz" / ADD "https://github.com/varnish/hitch/archive/${VERSION}.tar.gz" /
ENV LDFLAGS="--static" ENV LDFLAGS="--static"
# hadolint ignore=DL3003
RUN tar -xzf "${VERSION}.tar.gz" && \ RUN tar -xzf "${VERSION}.tar.gz" && \
cd "hitch-${VERSION}" && \ cd "hitch-${VERSION}" && \
./bootstrap && \ ./bootstrap && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment