1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
wsdjeg
e066d1830d fix(docker): keep all plugins 2022-04-26 00:36:14 +08:00
Hamidreza Hosseinkhani
3af5db3e15
fix(docker): add exuberant-ctags 2022-03-22 15:21:35 +08:00
Wang Shidong
33fd230c4b
fix(docker): disables package verification (#4411)
There were unauthenticated packages and -y was used without
 --allow-unauthenticated. Using "--allow-unauthenticated" with
apt-get disables package verification
2021-08-19 22:21:28 +08:00
Wang Shidong
00c5192eac
Add docker spacevim (#2238) 2018-10-06 12:51:37 +08:00
David Leen
c101fc92ad Add: Dockerfile build for Neovim and SpaceVim
This commit introduces a self contained Neovim build which runs
SpaceVim. This has multiple uses:

* Easy debugging environment. Quickly check if the problem is your
machine or really a bug in SpaceVim.
* Portability across machines as long as the destination has Docker
support.
2018-07-06 23:45:31 -07:00