Skip to content
Snippets Groups Projects
Commit eecc029c authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'ci-add-docker-py' into 'master'

ci/debian-buster: Add docker-py to docker image

See merge request !961
parents 7e021d4a a6d6d044
Branches
Tags
1 merge request!961ci/debian-buster: Add docker-py to docker image
Pipeline #61286 passed with warnings with stages
in 22 minutes and 1 second
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment