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 ansible==2.7.16 jmespath && \ pip install jinja2 --upgrade CMD ["bash"]