diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-10-08 15:53:48 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-10-08 15:54:06 +0200 |
commit | 352b6945445df3f24a67929f90923e9f4008bdbe (patch) | |
tree | 6829f4797eeff9845b41a5deada90eb20bae0a44 /tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile | |
parent | 83b678220ec784a250ab236f759baa88d5de9795 (diff) |
fix google-api-python-client installation
Diffstat (limited to 'tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile')
-rw-r--r-- | tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile b/tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile index b80249d2d8..d4117f83c8 100644 --- a/tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile +++ b/tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile @@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean # 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 +RUN pip install --upgrade google-api-python-client oauth2client #==================== # Python dependencies |