vimtutor
Vim tutor, teaching the basic vim commands. See also: vim, vimdiff, nvim. More information: <https://manned.org/vimtutor>.
RUN apt-get update && \
apt-get install -y vim-runtime
RUN apt-get update && \
apt-get install -y vim-runtime
RUN apk add vim
RUN pacman -S --noconfirm vim
RUN apt-get update && \
apt-get install -y vim-runtime
RUN dnf install -y vim-enhanced-2
RUN apt-get update && \
apt-get install -y vim-runtime