aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/interoptest/grpc_interop_http2
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-03-21 10:28:40 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-03-21 10:28:40 -0700
commit36c370793ba250fc423dcd0947fc8a07759c4d08 (patch)
treea82d809fb9ae41011e5f47c11df208d7d1db5736 /templates/tools/dockerfile/interoptest/grpc_interop_http2
parent89da88c7b44cb0f1765f6216faf2d5ec3d16f403 (diff)
parente50c7bdcc83638544eed01f20c19b89648d78fe9 (diff)
Merge branch 'master' into cq_create_api_changes
Diffstat (limited to 'templates/tools/dockerfile/interoptest/grpc_interop_http2')
-rw-r--r--templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template b/templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template
index 6204c3e2cb..12b9984425 100644
--- a/templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template
+++ b/templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template
@@ -33,7 +33,7 @@
<%include file="../../go_path.include"/>
<%include file="../../python_deps.include"/>
- RUN pip install twisted h2
+ RUN pip install twisted h2 hyper
# Define the default command.
CMD ["bash"]