diff options
author | Craig Tiller <ctiller@google.com> | 2017-01-20 15:42:47 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-01-20 15:42:47 -0800 |
commit | da9de8988b343a6c87a9c3ba6b4594020943b0a7 (patch) | |
tree | eee5260113f8aef5919422558900f582753a464d /tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile | |
parent | 1d77059e4b1ec17c704acfc876e321cc33bff99d (diff) | |
parent | 4a4a3a446871da594ef4662751e707789f2829c2 (diff) |
Merge github.com:grpc/grpc into maxmsgsz
Diffstat (limited to 'tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile')
-rw-r--r-- | tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile b/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile index 03ff179f71..05e963d1e6 100644 --- a/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile +++ b/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile @@ -46,7 +46,6 @@ RUN apt-get update && apt-get install -y \ RUN pip install pip --upgrade RUN pip install virtualenv RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 six==1.10.0 -RUN pip install twisted h2 # Define the default command. CMD ["bash"] |