diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2018-06-18 16:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 16:03:59 +0200 |
commit | e1efb43345e615ce48d63d5f4693d16beb58c837 (patch) | |
tree | 45b874c83b985a1f4b1962614fcf45b8a0ef1667 /tools/dockerfile/test/fuzzer | |
parent | 227d06e48b93501ba68cf49d5d962e6368b5e1d4 (diff) |
Revert "Install pyyaml through pip in docker"
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 d808a4f3b4..986cfcbada 100644 --- a/tools/dockerfile/test/fuzzer/Dockerfile +++ b/tools/dockerfile/test/fuzzer/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \ strace \ python-dev \ python-setuptools \ + python-yaml \ telnet \ unzip \ wget \ @@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \ # Install Python packages from PyPI RUN pip install --upgrade pip==10.0.1 RUN pip install virtualenv -RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12 +RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 #================= # C++ dependencies |