From 8b4b850101e0c71e078c67efeb5ce0efc16f351c Mon Sep 17 00:00:00 2001 From: Clark Laughlin Date: Wed, 27 May 2015 17:56:19 -0400 Subject: change to support processing of xml --- tempest-pull/Dockerfile | 1 + tempest-pull/setup | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tempest-pull/Dockerfile b/tempest-pull/Dockerfile index 9bc3cd9..672b0ff 100644 --- a/tempest-pull/Dockerfile +++ b/tempest-pull/Dockerfile @@ -9,6 +9,7 @@ VOLUME /srv/data/logs # Get dependencies RUN pip install py2neo +RUN pip install xmltodict # Copy the local package files to the container's workspace. ADD . /opt/tempest-pull diff --git a/tempest-pull/setup b/tempest-pull/setup index 162cd16..b273317 100755 --- a/tempest-pull/setup +++ b/tempest-pull/setup @@ -2,4 +2,4 @@ virtualenv venv source venv/bin/activate pip install py2neo -pip install xml2dict +pip install xmltodict -- cgit v1.2.3