no longer install neovim from apt

This commit is contained in:
leafee98 2023-07-04 10:58:06 +08:00
parent 8d995e4427
commit 71c64f6ce1

View file

@ -18,7 +18,7 @@ RUN true \
&& echo root:${ROOT_PASSWD} | chpasswd \
\
&& apt update \
&& apt install --yes ssh tini zsh netcat file neovim git locales \
&& apt install --yes ssh tini zsh netcat file git locales \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* \
\