mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
feature: add vim to kubespray docker image (#9805)
* install nano/vi/vim Signed-off-by: Anant Vijay <anantvijay3@gmail.com> * update Dockerfile Signed-off-by: Anant Vijay <anantvijay3@gmail.com> --------- Signed-off-by: Anant Vijay <anantvijay3@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|||||||
|
|
||||||
RUN apt update -y \
|
RUN apt update -y \
|
||||||
&& apt install -y \
|
&& apt install -y \
|
||||||
curl python3 python3-pip sshpass \
|
curl python3 python3-pip sshpass vim \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Some tools like yamllint need this
|
# Some tools like yamllint need this
|
||||||
|
|||||||
Reference in New Issue
Block a user