From 60912af47b64dc708cae0d53993b0621859836d7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 19 Dec 2020 20:37:32 +0200
Subject: [PATCH] Adapt build to fetching source from hitch-tls.org.

The source tarball from the official site has a different build procedure.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index e2d148f..f03be8d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ ENV VERSION="$Version"
 ADD "https://hitch-tls.org/source/hitch-${VERSION}.tar.gz" /
 RUN tar -xzf "hitch-${VERSION}.tar.gz"
 WORKDIR /hitch-$Version
-RUN ./bootstrap && \
+RUN ./configure && \
     make && \
     make install && \
     make check
-- 
GitLab