summaryrefslogtreecommitdiff
path: root/docker/test/fedora/Dockerfile
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2021-01-11 11:41:52 +0100
committerlouiz’ <louiz@louiz.org>2021-01-11 11:41:52 +0100
commite02344a7df62ea1bc715622ef51c1f237dac1115 (patch)
tree56b113c09bdbb162c722d2edf37c4ce5c3e43f98 /docker/test/fedora/Dockerfile
parent692f5a4e6619269f60fabb1201a5d6e837c65480 (diff)
downloadbiboumi-e02344a7df62ea1bc715622ef51c1f237dac1115.tar.gz
biboumi-e02344a7df62ea1bc715622ef51c1f237dac1115.tar.bz2
biboumi-e02344a7df62ea1bc715622ef51c1f237dac1115.tar.xz
biboumi-e02344a7df62ea1bc715622ef51c1f237dac1115.zip
Only clone things using lab.louiz.org, and not git.louiz.org
Diffstat (limited to 'docker/test/fedora/Dockerfile')
-rw-r--r--docker/test/fedora/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/test/fedora/Dockerfile b/docker/test/fedora/Dockerfile
index 2b88451..8a49eae 100644
--- a/docker/test/fedora/Dockerfile
+++ b/docker/test/fedora/Dockerfile
@@ -35,7 +35,7 @@ rpmdevtools \
&& dnf clean all
# Install slixmpp, for e2e tests
-RUN git clone git://git.louiz.org/slixmpp && pip3 install pyasn1 && cd slixmpp && python3 setup.py build && python3 setup.py install
+RUN git clone https://lab.louiz.org/poezioi/slixmpp && pip3 install pyasn1 && cd slixmpp && python3 setup.py build && python3 setup.py install
# Install oragono, for e2e tests
RUN wget "https://github.com/oragono/oragono/releases/download/v2.0.0/oragono-2.0.0-linux-x64.tar.gz" && tar xvf oragono-2.0.0-linux-x64.tar.gz && cp oragono-2.0.0-linux-x64/oragono /usr/local/bin