aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/test/sanity
diff options
context:
space:
mode:
authorGravatar Matthew Iselin <miselin@google.com>2016-04-06 17:01:47 -0700
committerGravatar Matthew Iselin <miselin@google.com>2016-04-07 09:33:08 -0700
commit50df82ffe4c77985bfa9856575ee8a8ca453b0f3 (patch)
tree9baec0647506122e3f071f872bfd2be2d2ac8710 /tools/dockerfile/test/sanity
parent42a3916c92858069d58fb91de7a799b7d84053fb (diff)
Add a sanity check to make sure vsprojects stays usable.
Diffstat (limited to 'tools/dockerfile/test/sanity')
-rw-r--r--tools/dockerfile/test/sanity/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dockerfile/test/sanity/Dockerfile b/tools/dockerfile/test/sanity/Dockerfile
index 57032155e3..3146a922b7 100644
--- a/tools/dockerfile/test/sanity/Dockerfile
+++ b/tools/dockerfile/test/sanity/Dockerfile
@@ -71,7 +71,8 @@ RUN apt-get update && apt-get install -y \
automake \
libtool \
curl \
- python-virtualenv
+ python-virtualenv \
+ python-lxml
RUN pip install simplejson mako
#===================