From: Štěpán Kotek Date: Tue, 29 Aug 2017 11:31:39 +0000 (+0200) Subject: Add dockerfile for valgrind ci tests. X-Git-Tag: v1.4.0~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56809e53358cd26842c5bbbe5488eb85ac7e6e15;p=thirdparty%2Fknot-resolver.git Add dockerfile for valgrind ci tests. --- diff --git a/ci/valgrind/Dockerfile b/ci/valgrind/Dockerfile new file mode 100644 index 000000000..79e13bd17 --- /dev/null +++ b/ci/valgrind/Dockerfile @@ -0,0 +1,11 @@ +FROM cznic/ubuntu:16.04 +MAINTAINER Knot DNS + +WORKDIR /root +CMD ["/bin/bash"] + +# name: cznic/ubuntu-valgrind:16.04 +# run ci tests with valgrind memory checks +RUN apt-get update +RUN apt-get upgrade -y +RUN apt-get install -y valgrind