From fa2f6a62ed2db069256a75a5f9f08e0306bf4673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 14 Feb 2019 15:19:11 +0000 Subject: Update urls to point to lab.louiz.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 0283483f..6b2bb7fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update build-base git python3 python3-dev libidn-dev && python3 -m WORKDIR /tmp/ ARG version=HEAD # Don’t ADD local files in order to keep layers at a minimal size -RUN git clone https://git.poez.io/poezio.git poezio-git-dir && \ +RUN git clone https://lab.louiz.org/poezio/poezio.git poezio-git-dir && \ cd poezio-git-dir && \ git archive --prefix="poezio-archive-${version}/" -o /tmp/poezio-archive.tar "${version}" && \ cd /tmp/ && tar xvf poezio-archive.tar && \ -- cgit v1.2.3