]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/debian-stable: add python requests packakge
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 7 Nov 2018 13:12:35 +0000 (14:12 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 14 Nov 2018 13:34:17 +0000 (14:34 +0100)
ci/debian-stable/Dockerfile

index d8789264668be7f3a9499c30c54dada86e66f100..70b30ee555836dadeb43f932753ee5b2c01be234 100644 (file)
@@ -61,6 +61,9 @@ RUN pip3 install -r /var/opt/respdiff/requirements.txt
 RUN pip3 install mypy
 RUN pip3 install flake8
 
+# Python requests for CI scripts
+RUN pip3 install requests
+
 # Unbound for respdiff
 RUN apt-get install unbound unbound-anchor -y -qqq
 RUN printf "server:\n interface: 127.0.0.1@53535\n use-syslog: yes\n do-ip6: no\nremote-control:\n control-enable: no\n" >> /etc/unbound/unbound.conf