1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:10:06 +08:00

fix(docker): keep all plugins

This commit is contained in:
wsdjeg 2022-04-26 00:36:14 +08:00
parent 571296ed1f
commit e066d1830d

View File

@ -52,7 +52,7 @@ RUN curl https://raw.githubusercontent.com/SpaceVim/SpaceVim/master/docker/init.
RUN curl -sLf https://spacevim.org/install.sh | bash
RUN nvim --headless +'call dein#install()' +qall
RUN nvim --headless +'call dein#install#_update([], "install", v:false)' +qall
RUN rm $HOME/.SpaceVim.d/init.toml