Merge pull request #16806 from jtattermusch/fix_python_api_tools_installation

Fix google-api-python-client installation in dockerfiles
pull/16809/head
Jan Tattermusch 6 years ago committed by GitHub
commit 12d0da6511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/tools/dockerfile/gcp_api_libraries.include
  2. 2
      tools/dockerfile/test/csharp_jessie_x64/Dockerfile
  3. 2
      tools/dockerfile/test/cxx_jessie_x64/Dockerfile
  4. 2
      tools/dockerfile/test/cxx_jessie_x86/Dockerfile
  5. 2
      tools/dockerfile/test/cxx_sanitizers_jessie_x64/Dockerfile
  6. 2
      tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
  7. 2
      tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile
  8. 2
      tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile
  9. 2
      tools/dockerfile/test/fuzzer/Dockerfile
  10. 2
      tools/dockerfile/test/multilang_jessie_x64/Dockerfile
  11. 2
      tools/dockerfile/test/node_jessie_x64/Dockerfile
  12. 2
      tools/dockerfile/test/php7_jessie_x64/Dockerfile
  13. 2
      tools/dockerfile/test/php_jessie_x64/Dockerfile
  14. 2
      tools/dockerfile/test/python_jessie_x64/Dockerfile
  15. 2
      tools/dockerfile/test/python_pyenv_x64/Dockerfile
  16. 2
      tools/dockerfile/test/ruby_jessie_x64/Dockerfile
  17. 2
      tools/dockerfile/test/sanity/Dockerfile

@ -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

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#================ #================
# C# dependencies # C# dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
# Install Electron apt dependencies # Install Electron apt dependencies

@ -62,7 +62,7 @@ RUN cd /var/local/git/php-src \
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y time && apt-get clean
# 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
#==================== #====================
# Python dependencies # Python dependencies

Loading…
Cancel
Save