Loading Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -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 && \ Loading Loading
Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -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 && \ Loading