]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: debian-unstable docker - install new respdiff
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 2 Jul 2018 14:53:08 +0000 (16:53 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 2 Jul 2018 14:53:08 +0000 (16:53 +0200)
ci/clang-unstable/Dockerfile

index 9793cd28358b319de72cbc235990db9ce432f366..bd043437ea2e919318eb5fe49dc7466acb94a233 100644 (file)
@@ -47,10 +47,8 @@ RUN luarocks install luacheck
 
 # respdiff for kresd CI
 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
 
 # Unbound for respdiff
 RUN apt-get install unbound unbound-anchor -y -qqq