aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-01-19 09:50:23 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-01-19 09:50:23 +0100
commitb595c172bf03b5f2cab9aaba5e3dc1994a9d0f39 (patch)
treedffebcae6ff319c543e3e54465406e789c506254
parent2a8af018ca25fafcb19efe13ed7ecb71369c04f0 (diff)
fix sanity
-rw-r--r--tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile1
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"]