diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-14 15:19:11 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-02-14 15:19:11 +0000 |
commit | fa2f6a62ed2db069256a75a5f9f08e0306bf4673 (patch) | |
tree | 473c3cf665ffac51ccef056543b9383b49095655 /Dockerfile | |
parent | e5e0533b6e355482f68592de1bff7e4af8f482ca (diff) | |
download | poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.tar.gz poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.tar.bz2 poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.tar.xz poezio-fa2f6a62ed2db069256a75a5f9f08e0306bf4673.zip |
Update urls to point to lab.louiz.org
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |