Skip to content
Snippets Groups Projects

CI: optimize packaging tests

Merged Lukas Jezek requested to merge packaging-pytest into master
Compare and
119 files
+ 1143
29
Compare changes
  • Side-by-side
  • Inline
Files
119
@@ -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
Loading