aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-08 10:38:20 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-04-08 10:38:20 -0700
commitf2d6a5a6322774e7cfba3843f910173db92655f8 (patch)
tree15e811c69486d764729cb0e13857f934c7faffc4 /templates/tools
parent4eb1f3fe141fb9a6c2e5f0c1252e45cb15c414e3 (diff)
parent50df82ffe4c77985bfa9856575ee8a8ca453b0f3 (diff)
Merge pull request #6108 from miselin/sanity-check-vsprojects
Add a sanity check to make sure vsprojects stays usable.
Diffstat (limited to 'templates/tools')
-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
#===================