]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/images: git://github.com won't work anymore obs-knot-resolver-bs4hbr/deployments/2158 obs-knot-resolver-bs4hbr/deployments/2159
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Jun 2022 18:33:22 +0000 (20:33 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Jun 2022 18:33:22 +0000 (20:33 +0200)
ci/images/debian-11/Dockerfile
ci/images/lxc-debian-11/Dockerfile

index b755720a77da56cdf61a8d3760b1740f5681e978..be22a2ad6bb92f5e96bd3f3430abad2e3b4ca8a8 100644 (file)
@@ -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
index 32c6bfe66c880311e6651e69d857d4156d715dd5..663c609474c63e2302c3629559a73298986919ec 100644 (file)
@@ -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