]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/debian-buster: Add docker-py to docker image
authorLukáš Ježek <lukas.jezek@nic.cz>
Wed, 4 Mar 2020 13:14:40 +0000 (14:14 +0100)
committerLukáš Ježek <lukas.jezek@nic.cz>
Fri, 20 Mar 2020 08:32:34 +0000 (09:32 +0100)
ci/debian-buster/Dockerfile

index 90c0c2f070f42f603b04a23ff548d289750349a8..51209c05461aaa32fc419edeae9a8a4f4ee16ba1 100644 (file)
@@ -65,6 +65,9 @@ RUN pip3 install flake8
 # Python requests for CI scripts
 RUN pip3 install requests
 
+# docker-py for packaging tests
+RUN pip3 install docker
+
 # 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