aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile
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 /templates/tools/dockerfile
parent42a3916c92858069d58fb91de7a799b7d84053fb (diff)
Add a sanity check to make sure vsprojects stays usable.
Diffstat (limited to 'templates/tools/dockerfile')
-rw-r--r--templates/tools/dockerfile/test/sanity/Dockerfile.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/test/sanity/Dockerfile.template b/templates/tools/dockerfile/test/sanity/Dockerfile.template
index 1baa9c896b..8d6f52db54 100644
--- a/templates/tools/dockerfile/test/sanity/Dockerfile.template
+++ b/templates/tools/dockerfile/test/sanity/Dockerfile.template
@@ -40,7 +40,8 @@
automake ${"\\"}
libtool ${"\\"}
curl ${"\\"}
- python-virtualenv
+ python-virtualenv ${"\\"}
+ python-lxml
RUN pip install simplejson mako
#===================