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

ci/Dockerfile.debian: use new respdiff git repo

parent 243e402e
Branches
Tags
1 merge request!602ci/Dockerfile.debian: use new respdiff git repo
Pipeline #37053 passed with warnings with stages
in 8 minutes and 57 seconds
......@@ -54,10 +54,8 @@ RUN luarocks install luacheck
# respdiff for kresd CI
RUN apt-get install lmdb-utils -y -qqq
RUN pip3 install dnspython python-augeas
RUN git clone --depth=1 https://gitlab.labs.nic.cz/knot/resolver-benchmarking.git /tmp/resolver-benchmarking
RUN mv /tmp/resolver-benchmarking/response_differences/respdiff /var/opt/respdiff
RUN pip3 install -r /tmp/resolver-benchmarking/requirements.txt
RUN rm -rf /tmp/resolver-benchmarking
RUN git clone --depth=1 https://gitlab.labs.nic.cz/knot/respdiff /var/opt/respdiff
RUN pip3 install -r /var/opt/respdiff/requirements.txt
# Python static analysis for respdiff
RUN pip3 install mypy
......
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