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