Skip to content

Commit

Permalink
feature: add vim to kubespray docker image (kubernetes-sigs#9805)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
XDRAGON2002 authored and pedromcpedro committed May 8, 2024
1 parent 3281db2 commit 4eda313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eda313

Please sign in to comment.