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

6 lines
157 B
Docker

FROM debian:9
RUN apt-get update \
&& apt-get install -y \
python sudo bash ca-certificates iproute2 python-apt aptitude \
&& apt-get clean