diff options
author | louiz’ <louiz@louiz.org> | 2021-01-11 11:41:52 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2021-01-11 11:41:52 +0100 |
commit | e02344a7df62ea1bc715622ef51c1f237dac1115 (patch) | |
tree | 56b113c09bdbb162c722d2edf37c4ce5c3e43f98 /docker/test/debian/Dockerfile | |
parent | 692f5a4e6619269f60fabb1201a5d6e837c65480 (diff) | |
download | biboumi-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/debian/Dockerfile')
-rw-r--r-- | docker/test/debian/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/test/debian/Dockerfile b/docker/test/debian/Dockerfile index 35578b9..d1254c5 100644 --- a/docker/test/debian/Dockerfile +++ b/docker/test/debian/Dockerfile @@ -34,5 +34,5 @@ wget 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 # Install slixmpp, for e2e tests -RUN git clone https://github.com/saghul/aiodns.git && cd aiodns && git checkout 7ee13f9bea25784322~ && python3 setup.py build && python3 setup.py install && git clone git://git.louiz.org/slixmpp && pip3 install pyasn1 && cd slixmpp && python3 setup.py build && python3 setup.py install +RUN git clone https://github.com/saghul/aiodns.git && cd aiodns && git checkout 7ee13f9bea25784322~ && python3 setup.py build && python3 setup.py install && git clone https://lab.louiz.org/poezio/slixmpp && pip3 install pyasn1 && cd slixmpp && python3 setup.py build && python3 setup.py install |