vim
Vim (Vi IMproved), a command-line text editor, provides several modes for different kinds of text manipulation. Pressing i in normal mode enters insert mode. Pressing <Esc> goes back to normal mode, which enables the use of Vim commands. See also: vimdiff, vimtutor, nvim. More information: <https://www.vim.org>.
RUN apt-get update && \
apt-get install -y vim
RUN apt-get update && \
apt-get install -y vim
RUN apk add vim
RUN pacman -S --noconfirm vim
RUN apt-get update && \
apt-get install -y vim
RUN yum install -y vim-enhanced-2
RUN dnf install -y vim-enhanced-2
RUN apt-get update && \
apt-get install -y vim