diff options
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 3 |
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 |