xref: /aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/gcp_api_libraries.include (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1# Google Cloud Platform API libraries
2# These are needed for uploading test results to BigQuery (e.g. by tools/run_tests scripts)
3RUN python3 -m pip install --upgrade google-auth==1.23.0 google-api-python-client==1.12.8 oauth2client==4.1.0
4