From 352b6945445df3f24a67929f90923e9f4008bdbe Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 8 Oct 2018 15:53:48 +0200 Subject: fix google-api-python-client installation --- templates/tools/dockerfile/gcp_api_libraries.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/tools/dockerfile/gcp_api_libraries.include b/templates/tools/dockerfile/gcp_api_libraries.include index adecb92c15..5a263649d2 100644 --- a/templates/tools/dockerfile/gcp_api_libraries.include +++ b/templates/tools/dockerfile/gcp_api_libraries.include @@ -1,3 +1,3 @@ # 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 -- cgit v1.2.3