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

7 lines
183 B
Docker

FROM centos:8
RUN dnf makecache \
&& dnf install -y \
/usr/bin/python3 /usr/bin/python3-config /usr/bin/dnf-3 \
sudo bash iproute \
&& dnf clean all