diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-03-21 11:10:42 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-03-28 09:16:49 -0700 |
commit | 95a137b692f38db6821fea8df499d258b657b6b7 (patch) | |
tree | a7f99879a2232077836f1fd90688b54ea4b80f95 /templates/tools/dockerfile/gcp_api_libraries.include | |
parent | 94f908ae84ab6d280a41e09245925ecfa612dce8 (diff) |
Add build type option (asan/tsan/dbg or opt)
Diffstat (limited to 'templates/tools/dockerfile/gcp_api_libraries.include')
-rw-r--r-- | templates/tools/dockerfile/gcp_api_libraries.include | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/gcp_api_libraries.include b/templates/tools/dockerfile/gcp_api_libraries.include new file mode 100644 index 0000000000..669b0f887c --- /dev/null +++ b/templates/tools/dockerfile/gcp_api_libraries.include @@ -0,0 +1,4 @@ +# 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 + |