mirror of https://github.com/grpc/grpc.git
Merge pull request #16806 from jtattermusch/fix_python_api_tools_installation
Fix google-api-python-client installation in dockerfilespull/16809/head
commit
12d0da6511
17 changed files with 17 additions and 17 deletions
@ -1,3 +1,3 @@ |
|||||||
# Google Cloud platform API libraries |
# Google Cloud platform API libraries |
||||||
RUN apt-get update && apt-get install -y python-pip && apt-get clean |
RUN apt-get update && apt-get install -y python-pip && apt-get clean |
||||||
RUN pip install --upgrade google-api-python-client |
RUN pip install --upgrade google-api-python-client oauth2client |
||||||
|
Loading…
Reference in new issue