diff options
author | Vijay Pai <vpai@google.com> | 2016-03-19 05:50:34 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-03-19 05:50:34 -0700 |
commit | f637ce5a0a6fbdc6d0cc747d4dfd6dec2fb7531a (patch) | |
tree | b9997134767deef7ec49fa54cd4c6c2795733d49 /tools/dockerfile/test/sanity/Dockerfile | |
parent | 5bda4d46d168a764ef5ea69e7527fec65a7e473f (diff) | |
parent | cb1c389a6c98d72e59fe10e07f4c15156abf62a1 (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/Dockerfile | 8 |
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 #=================== |