view
A read-only version of vim. This is equivalent to vim -R. More information: <https://www.vim.org>.
RUN apt-get update && \
apt-get install -y radare-common
RUN pacman -S --noconfirm plan9port
RUN dnf install -y vim-minimal-2
RUN apt-get update && \
apt-get install -y radare-common