diff --git a/gbpservice/contrib/nfp/tools/image_builder/Dockerfile b/gbpservice/contrib/nfp/tools/image_builder/Dockerfile index d6ec47ccc..bfd405e12 100644 --- a/gbpservice/contrib/nfp/tools/image_builder/Dockerfile +++ b/gbpservice/contrib/nfp/tools/image_builder/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get -y update --fix-missing && apt-get -y --force-yes install\ python-dev # python dependencies +RUN python -m pip install -U pip RUN pip install\ python-keystoneclient\ oslo.config==3.6.0\