Updates Kuberef to use BMRA v21.08
[kuberef.git] / sw_config / bmra / Dockerfile
index d1c8b24..d464822 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2021 Anuket contributors
+#
+# SPDX-License-Identifier: Apache-2.0
+
 FROM centos:7
 MAINTAINER "Rihab Banday <rihab.banday@ericsson.com>"
 
@@ -5,7 +9,8 @@ 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 ansible==2.7.16 jmespath && \
-    pip install jinja2 --upgrade
+    pip install --no-cache-dir pip==9.0.3 && \
+    pip install --no-cache-dir ansible==2.9.20 jmespath && \
+    pip install --no-cache-dir jinja2 --upgrade
 
 CMD ["bash"]