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

fixup! Go back to using ADD instead of wget.

parent 5187cc92
Branches
No related tags found
No related merge requests found
Pipeline #246 passed
......@@ -17,7 +17,7 @@ ARG Version
ENV VERSION="$Version"
# hadolint ignore=DL3020
ADD "https://hitch-tls.org/source/hitch-${VERSION}.tar.gz" /
RUN tar -xzf "${VERSION}.tar.gz"
RUN tar -xzf "hitch-${VERSION}.tar.gz"
WORKDIR /hitch-$Version
RUN ./bootstrap && \
make && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment