diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-08-07 18:09:11 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-09-14 14:32:30 -0700 |
commit | 27bf05d003f48e6f95b836a5e5450e4bb787f9ef (patch) | |
tree | df2da3ef874e22264d5668f726527e2c4161b94e /tools/dockerfile/test/fuzzer | |
parent | 3bf7b714a5458aadfc1e2761ede1213f69ef7959 (diff) |
Add tests for c-ares wrapper using a local DNS server.
Diffstat (limited to 'tools/dockerfile/test/fuzzer')
-rw-r--r-- | tools/dockerfile/test/fuzzer/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dockerfile/test/fuzzer/Dockerfile b/tools/dockerfile/test/fuzzer/Dockerfile index 94c37b3f63..ce1badfeb1 100644 --- a/tools/dockerfile/test/fuzzer/Dockerfile +++ b/tools/dockerfile/test/fuzzer/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \ bzip2 \ ccache \ curl \ + dnsutils \ gcc \ gcc-multilib \ git \ @@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \ # Install Python packages from PyPI RUN pip install pip --upgrade RUN pip install virtualenv -RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0 +RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.2.0 six==1.10.0 twisted==17.5.0 #================= # C++ dependencies |