aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins/grpc_jenkins_slave
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-06-17 11:40:21 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-06-17 11:40:21 -0700
commit118e331a7f25d2752484ac306cf066c87333bdc2 (patch)
tree7c78d08e9d9212afd98fdb013a31194bb9c7aae1 /tools/jenkins/grpc_jenkins_slave
parent602424a0a571b40dcc312ff9ef80666bfcde8b8c (diff)
make sure docker image is up-to-date before each build
Diffstat (limited to 'tools/jenkins/grpc_jenkins_slave')
-rw-r--r--tools/jenkins/grpc_jenkins_slave/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/jenkins/grpc_jenkins_slave/Dockerfile b/tools/jenkins/grpc_jenkins_slave/Dockerfile
index b12c309e87..a9226c63cc 100644
--- a/tools/jenkins/grpc_jenkins_slave/Dockerfile
+++ b/tools/jenkins/grpc_jenkins_slave/Dockerfile
@@ -116,6 +116,9 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2
+# For sanity test
+RUN pip install simplejson mako
+
##################
# PHP dependencies