There were unauthenticated packages and -y was used without
--allow-unauthenticated. Using "--allow-unauthenticated" with
apt-get disables package verification
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>
Changed double to single quotes in the alias example so shells will interpret `$(pwd)` at alias runtime rather than load time.
For background on shell double vs. single quotes, see:
https://stackoverflow.com/a/5573447/749924https://unix.stackexchange.com/a/355637/36204
Bonus Thank You's:
1. SpaceVim is awesome and I tell everyone about it.
2. The SpaceVim image is my new favorite way to test issues I'm having on host SpaceVim, and it's always my host config's fault :P
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.