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

3 Commits

Author SHA1 Message Date
wsdjeg
41670eee28 fix(docker): fix docker configuration 2022-05-23 21:32:03 +08:00
Maxim
7606e57177
Chore: Add compatibility with podman for build task. (#4064)
Change in Makefile for build with docker or podman via one interface. Also add error if no docker or podman installed.

Co-authored-by: Maxim Albeschenko <admin013@mnalb-n01.localdomain>
2021-02-09 12:41:33 +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