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:
parent
571296ed1f
commit
e066d1830d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user