Replace older BMRA docker image with new one & add
[kuberef.git] / sw_config / bmra / Dockerfile
index 2402764..7b30ba5 100644 (file)
@@ -5,6 +5,7 @@ MAINTAINER "Rihab Banday <rihab.banday@ericsson.com>"
 RUN yum -y update && \
     yum -y install git epel-release python36 python-netaddr && \
     yum -y install python-pip && \
+    pip install pip==9.0.3 && \
     pip install ansible==2.9.6 jmespath && \
     pip install jinja2 --upgrade