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

10 lines
256 B
Docker

FROM amazonlinux:1
ENV container docker
RUN \
yum makecache fast; \
yum install -y \
/usr/bin/python /usr/bin/python2-config sudo \
yum-plugin-ovl bash iproute shadow-utils; \
sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf; \
yum clean all