aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test/cxx_jessie_x64/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-04-17 13:56:51 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-05-08 13:52:45 -0700
commit52ff986f941561148407e72347b2725c3d084322 (patch)
treee09cc78c33fd4e24d5cf3aa038b9358b23953815 /tools/dockerfile/test/cxx_jessie_x64/Dockerfile
parent06af233945e8349533ef1a1acddb863f35619a45 (diff)
Add option to upload Jenkins test result to BQ
Diffstat (limited to 'tools/dockerfile/test/cxx_jessie_x64/Dockerfile')
-rw-r--r--tools/dockerfile/test/cxx_jessie_x64/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/dockerfile/test/cxx_jessie_x64/Dockerfile b/tools/dockerfile/test/cxx_jessie_x64/Dockerfile
index 4bb97c7aa9..d9dc272a1b 100644
--- a/tools/dockerfile/test/cxx_jessie_x64/Dockerfile
+++ b/tools/dockerfile/test/cxx_jessie_x64/Dockerfile
@@ -63,6 +63,10 @@ RUN apt-get update && apt-get install -y \
# Build profiling
RUN apt-get update && apt-get install -y time && apt-get clean
+# 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
+
#====================
# Python dependencies