From fa92d9c0e99c06815a3af518347ee682ecbf2c98 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 <anantvijay3@gmail.com>

* update Dockerfile

Signed-off-by: Anant Vijay <anantvijay3@gmail.com>

---------

Signed-off-by: Anant Vijay <anantvijay3@gmail.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 796042a99..5d9312562 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
-- 
GitLab