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

Adapt build to fetching source from hitch-tls.org.

The source tarball from the official site has a different build procedure.
parent 4508908a
No related branches found
No related tags found
No related merge requests found
Pipeline #247 passed
...@@ -19,7 +19,7 @@ ENV VERSION="$Version" ...@@ -19,7 +19,7 @@ ENV VERSION="$Version"
ADD "https://hitch-tls.org/source/hitch-${VERSION}.tar.gz" / ADD "https://hitch-tls.org/source/hitch-${VERSION}.tar.gz" /
RUN tar -xzf "hitch-${VERSION}.tar.gz" RUN tar -xzf "hitch-${VERSION}.tar.gz"
WORKDIR /hitch-$Version WORKDIR /hitch-$Version
RUN ./bootstrap && \ RUN ./configure && \
make && \ make && \
make install && \ make install && \
make check make check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment