Files
offline_kubespray/collection/sensu/sensu_go/docker/centos-6.docker
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

8 lines
245 B
Docker

FROM centos:6
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