From 01deb9d748db3fc7d04b7d511bec5aec594a8610 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Thu, 16 Mar 2017 15:53:55 -0700 Subject: add hyper to Dockerfile.template --- .../tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/tools/dockerfile') 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"] -- cgit v1.2.3