Skip to content
Snippets Groups Projects
Unverified Commit fa92d9c0 authored by DRAGON2002's avatar DRAGON2002 Committed by GitHub
Browse files

feature: add vim to kubespray docker image (#9805)


* install nano/vi/vim

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

* update Dockerfile

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

---------

Signed-off-by: default avatarAnant Vijay <anantvijay3@gmail.com>
parent 4aacec45
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment