Skip to content
Snippets Groups Projects
Verified Commit a6d6d044 authored by Lukas Jezek's avatar Lukas Jezek
Browse files

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

parent 7e021d4a
Branches
Tags
1 merge request!961ci/debian-buster: Add docker-py to docker image
Pipeline #61204 passed with stages
in 12 minutes and 53 seconds
......@@ -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