FROM centos:7 MAINTAINER "Rihab Banday " #Install tools needed by BMRA Ansible playbooks RUN yum -y update && \ yum -y install git epel-release python36 python-netaddr && \ yum -y install python-pip && \ pip install --no-cache-dir pip==9.0.3 && \ pip install --no-cache-dir ansible==2.9.6 jmespath && \ pip install --no-cache-dir jinja2 --upgrade CMD ["bash"]