summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/docker/requirements.pip
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2016-12-16 07:34:13 +0000
committerchenjiankun <chenjiankun1@huawei.com>2016-12-16 10:17:19 +0000
commitf012d1984209359034c326227b9c6a6b31eeb060 (patch)
treec11347686c4aca7c00aa0cea48ab85d3a9ed474f /utils/test/reporting/docker/requirements.pip
parenta9bfd613ced91676b71abbf06f09f44699775927 (diff)
Bugfix: reporting docker image build failed
JIRA: RELENG-181 Since we just decide to use dynamic server, we need to deploy a dynamic server such as tornado . But when I use the Dockerfile to build image, it failed due to some reasons. So I need fix it first and then deploy the dynamic server. Then we can use this command: docker run -it -d -p 8080:80 opnfv/releng:latest And visit reporting page by http://server_ip:8080/display/... Change-Id: Id04575c7b38e4c07625ce217d23ebca1c5bf0191 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'utils/test/reporting/docker/requirements.pip')
-rw-r--r--utils/test/reporting/docker/requirements.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/reporting/docker/requirements.pip b/utils/test/reporting/docker/requirements.pip
index 21d5ba97a..c1bf4b109 100644
--- a/utils/test/reporting/docker/requirements.pip
+++ b/utils/test/reporting/docker/requirements.pip
@@ -10,3 +10,4 @@
pdfkit==0.5.0
PyYAML==3.11
simplejson==3.8.1
+jinja2==2.8