From e7af82aae2e2f5cdc32a9d1b1d851a14e776e004 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 3 Sep 2021 11:21:10 -0400 Subject: [PATCH] Pin to pip 20 and ensure pbr installed --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 697fd0b..d6f6d18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apt-get update && \ python-dev \ python-pip && \ pip install \ - --upgrade pip && \ + --upgrade pip==20.3.4 && \ + pip install pbr && \ pip install \ python-keystoneclient \ python-novaclient \