summaryrefslogtreecommitdiffstats
path: root/ansible_collections/sensu/sensu_go/docker/redhat-7.docker
blob: f48b1701059183b9d71f1000421cd1793b3e2b89 (plain)
1
2
3
4
5
6
7
FROM registry.access.redhat.com/ubi7/ubi-init:latest 
RUN yum makecache fast \
      && yum install -y \
           /usr/bin/python /usr/bin/python2-config sudo \
           yum-plugin-ovl bash iproute \
      && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf \
      && yum clean all