From: Vladimír Čunát Date: Mon, 13 Jun 2022 18:33:22 +0000 (+0200) Subject: ci/images: git://github.com won't work anymore X-Git-Tag: v5.5.1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf6ee2268187688ed47dd8d18a2b000fcdd97f9;p=thirdparty%2Fknot-resolver.git ci/images: git://github.com won't work anymore --- diff --git a/ci/images/debian-11/Dockerfile b/ci/images/debian-11/Dockerfile index b755720a7..be22a2ad6 100644 --- a/ci/images/debian-11/Dockerfile +++ b/ci/images/debian-11/Dockerfile @@ -37,7 +37,7 @@ RUN pip3 install pylint RUN pip3 install pep8 RUN pip3 install pytest-xdist # FIXME replace with dnspython >= 2.2.0 once released -RUN pip3 install git+git://github.com/bwelling/dnspython.git@72348d4698a8f8b209fbdf9e72738904ad31b930 +RUN pip3 install git+https://github.com/bwelling/dnspython.git@72348d4698a8f8b209fbdf9e72738904ad31b930 # tests/pytest dependencies: skip over broken versions RUN pip3 install jinja2 'pytest != 6.0.0' pytest-html pytest-xdist # apkg for packaging diff --git a/ci/images/lxc-debian-11/Dockerfile b/ci/images/lxc-debian-11/Dockerfile index 32c6bfe66..663c60947 100644 --- a/ci/images/lxc-debian-11/Dockerfile +++ b/ci/images/lxc-debian-11/Dockerfile @@ -34,7 +34,7 @@ RUN pip3 install pylint RUN pip3 install pep8 RUN pip3 install pytest-xdist # FIXME replace with dnspython >= 2.2.0 once released -RUN pip3 install git+git://github.com/bwelling/dnspython.git@72348d4698a8f8b209fbdf9e72738904ad31b930 +RUN pip3 install git+https://github.com/bwelling/dnspython.git@72348d4698a8f8b209fbdf9e72738904ad31b930 # tests/pytest dependencies: skip over broken versions RUN pip3 install jinja2 'pytest != 6.0.0' pytest-html pytest-xdist # apkg for packaging