From 0dfe2bb8599c442cdfc71ec72c0583f9d87d7e3f Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Sun, 8 Jan 2017 21:00:27 -0500 Subject: dovetail tool: bugfix of pbr installation in requirements.txt and Dockerfile JIRA: DOVETAIL-175 Change-Id: I1f16742a59d5b016dcef6b574df45486c244c751 Signed-off-by: MatthewLi --- docker/Dockerfile | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2e919ee2..038993bc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,7 +15,8 @@ RUN \ && \ apt-get update && apt-get -y install docker.io \ && \ - pip install pyyaml \ + pip install pbr \ + pyyaml \ click \ jinja2 diff --git a/requirements.txt b/requirements.txt index 60f43d71..502fb371 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +pbr>=1.8 Jinja2>=2.6 PyYAML>=3.10 Click -- cgit 1.2.3-korg