add hyper to Dockerfile.template

pull/10165/head^2
Eric Gribkoff 8 years ago
parent 2f59cf2dc3
commit 01deb9d748
  1. 2
      templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.template

@ -33,7 +33,7 @@
<%include file="../../go_path.include"/> <%include file="../../go_path.include"/>
<%include file="../../python_deps.include"/> <%include file="../../python_deps.include"/>
RUN pip install twisted h2 RUN pip install twisted h2 hyper
# Define the default command. # Define the default command.
CMD ["bash"] CMD ["bash"]

Loading…
Cancel
Save