From: Lukáš Ježek Date: Wed, 4 Mar 2020 13:14:40 +0000 (+0100) Subject: ci/debian-buster: Add docker-py to docker image X-Git-Tag: v5.1.0~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d6d04484c01db9d070d6c5397fc98b467aaf95;p=thirdparty%2Fknot-resolver.git ci/debian-buster: Add docker-py to docker image --- diff --git a/ci/debian-buster/Dockerfile b/ci/debian-buster/Dockerfile index 90c0c2f07..51209c054 100644 --- a/ci/debian-buster/Dockerfile +++ b/ci/debian-buster/Dockerfile @@ -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