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>
pull/9810/head
DRAGON2002 2023-02-20 17:55:49 +05:30 committed by GitHub
parent 4aacec4542
commit fa92d9c0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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