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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker') 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 -- cgit 1.2.3-korg