diff options
author | Yuchen Zeng <zyc@google.com> | 2017-01-18 16:00:54 -0800 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2017-01-18 16:06:35 -0800 |
commit | f6d8aae8d5d480c0ebd7724b01ffac8a8d4c5e86 (patch) | |
tree | 9b0694a681a9d1914b6cf3100c51ebc56002e53b /tools | |
parent | 72e670843c799b2b77eb0eee635aa4d17f4eaf90 (diff) |
Dockerfile template update for http2_badserver_interop
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile b/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile index 03ff179f71..3a5e15d21b 100644 --- a/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile +++ b/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile @@ -46,6 +46,7 @@ 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. |