From 4eda3130641cd54772b928cc8dec546bc75ac564 Mon Sep 17 00:00:00 2001 From: DRAGON2002 <81813720+XDRAGON2002@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:55:49 +0530 Subject: [PATCH] feature: add vim to kubespray docker image (#9805) * install nano/vi/vim Signed-off-by: Anant Vijay * update Dockerfile Signed-off-by: Anant Vijay --------- Signed-off-by: Anant Vijay --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 796042a9907..5d931256253 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt update -y \ && apt install -y \ - curl python3 python3-pip sshpass \ + curl python3 python3-pip sshpass vim \ && rm -rf /var/lib/apt/lists/* # Some tools like yamllint need this