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