mirror of https://github.com/grpc/grpc.git
parent
2d63189237
commit
7d8f295ab0
51 changed files with 133 additions and 130 deletions
@ -1,3 +1,2 @@ |
||||
# Google Cloud platform API libraries |
||||
RUN apt-get update && apt-get install -y python-pip && apt-get clean |
||||
RUN pip install --upgrade google-api-python-client oauth2client |
||||
|
@ -1,6 +1,6 @@ |
||||
FROM debian:10 |
||||
|
||||
<%include file="./apt_get_basic.include"/> |
||||
<%include file="./gcp_api_libraries.include"/> |
||||
<%include file="./apt_get_python_27.include"/> |
||||
<%include file="./gcp_api_libraries.include"/> |
||||
<%include file="./run_tests_addons.include"/> |
||||
|
Loading…
Reference in new issue