summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
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