aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/grpc_clang_tidy
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-06-18 16:03:59 +0200
committerGravatar GitHub <noreply@github.com>2018-06-18 16:03:59 +0200
commite1efb43345e615ce48d63d5f4693d16beb58c837 (patch)
tree45b874c83b985a1f4b1962614fcf45b8a0ef1667 /tools/dockerfile/grpc_clang_tidy
parent227d06e48b93501ba68cf49d5d962e6368b5e1d4 (diff)
Revert "Install pyyaml through pip in docker"
Diffstat (limited to 'tools/dockerfile/grpc_clang_tidy')
-rw-r--r--tools/dockerfile/grpc_clang_tidy/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_clang_tidy/Dockerfile b/tools/dockerfile/grpc_clang_tidy/Dockerfile
index fb177464ca..dec7680fcf 100644
--- a/tools/dockerfile/grpc_clang_tidy/Dockerfile
+++ b/tools/dockerfile/grpc_clang_tidy/Dockerfile
@@ -35,7 +35,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
ADD clang_tidy_all_the_things.sh /