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

9 lines
282 B
Docker

FROM ubuntu:14.04
RUN rm \
/etc/apt/apt.conf.d/20apt-esm-hook.conf \
/etc/apt/sources.list.d/ubuntu-esm-infra-trusty.list \
&& apt-get update \
&& apt-get install -y \
python sudo bash ca-certificates iproute2 python-apt aptitude \
&& apt-get clean