no longer install neovim from apt
This commit is contained in:
parent
8d995e4427
commit
71c64f6ce1
|
@ -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/* \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue