aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test/sanity/Dockerfile
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-03-19 05:50:34 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-03-19 05:50:34 -0700
commitf637ce5a0a6fbdc6d0cc747d4dfd6dec2fb7531a (patch)
treeb9997134767deef7ec49fa54cd4c6c2795733d49 /tools/dockerfile/test/sanity/Dockerfile
parent5bda4d46d168a764ef5ea69e7527fec65a7e473f (diff)
parentcb1c389a6c98d72e59fe10e07f4c15156abf62a1 (diff)
Merge branch 'master' into make_clang_great_again_v2
Diffstat (limited to 'tools/dockerfile/test/sanity/Dockerfile')
-rw-r--r--tools/dockerfile/test/sanity/Dockerfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/dockerfile/test/sanity/Dockerfile b/tools/dockerfile/test/sanity/Dockerfile
index 1935f67560..4a69cd8c00 100644
--- a/tools/dockerfile/test/sanity/Dockerfile
+++ b/tools/dockerfile/test/sanity/Dockerfile
@@ -65,7 +65,13 @@ RUN apt-get update && apt-get install -y time && apt-get clean
#========================
# Sanity test dependencies
-RUN apt-get update && apt-get install -y python-pip
+RUN apt-get update && apt-get install -y \
+ python-pip \
+ autoconf \
+ automake \
+ libtool \
+ curl \
+ python-virtualenv
RUN pip install simplejson mako
#===================