diff options
author | Eric Gribkoff <ericgribkoff@google.com> | 2017-03-16 15:53:55 -0700 |
---|---|---|
committer | Eric Gribkoff <ericgribkoff@google.com> | 2017-03-17 00:46:01 -0700 |
commit | 01deb9d748db3fc7d04b7d511bec5aec594a8610 (patch) | |
tree | f4ffc215dfc673ce11cf6751ea3b48f099d3816e /templates | |
parent | 2f59cf2dc361e274bf97550447d5a72c8f239704 (diff) |
add hyper to Dockerfile.template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template | 2 |
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"] |