spacemacs/layers/+distributions/spacemacs-docker/deps-install
JAremko 6946e255e6 Reformat docs 2018-07-20 02:45:21 +03:00
..
installers Fix link to dash layer 2018-06-06 01:23:38 -04:00
lib Happy New Year 2018! 2018-01-04 02:00:25 -05:00
README.org Reformat docs 2018-07-20 02:45:21 +03:00
run Update Docker deps. 2018-05-17 02:00:33 +03:00

README.org

spacemacs-docker layers dependency installation scripts

Description

Dependency installation scripts for Spacemacs layers in Docker environment.

Features:

  • Add Spacemacs to your Docker enviroment so you can build, ship, and run apps, anywhere

How it works

When .spacemacs file contains one of supported layers and its installation isn't disabled, it will be used to satisfy the layer's requirements, taking into account its configurations. For example, gometalinter will be installed only if the variable go-use-gometalinter is t. Set <LAYER_NAME>-spacemacs-docker-disable-deps-install to t if you want to disable dependency installation for the <LAYER_NAME> layer. Example:

  (pandoc :variables pandoc-spacemacs-docker-disable-deps-install t)