Skip to content
Snippets Groups Projects
Verified Commit 9110ab2f authored by Tomas Krizek's avatar Tomas Krizek Committed by Vladimír Čunát
Browse files

ci/debian-stable: add python requests packakge

parent 4ad5ca72
Branches
Tags
1 merge request!696travis ci: fix OS X build and link with GitLab CI
......@@ -61,6 +61,9 @@ RUN pip3 install -r /var/opt/respdiff/requirements.txt
RUN pip3 install mypy
RUN pip3 install flake8
# Python requests for CI scripts
RUN pip3 install requests
# 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