From 7641b3272fabd1112d30b5b1c07c32f6f9e51050 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 28 Aug 2016 16:53:25 -0600 Subject: Break neovim into separate images. Makes it quicker to compile new changes --- Dockerfile.shell | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Dockerfile.shell (limited to 'Dockerfile.shell') diff --git a/Dockerfile.shell b/Dockerfile.shell new file mode 100644 index 0000000..3e34605 --- /dev/null +++ b/Dockerfile.shell @@ -0,0 +1,16 @@ +FROM thornycrackers/neovim:javascript +MAINTAINER Cody Hiar + +# Install packages +RUN apt-get update && apt-get install -y \ + cabal-install + +# Install Shellcheck +RUN cabal update +RUN cabal install shellcheck + +# Include the cabal bins +ENV PATH "$PATH:/root/.cabal/bin" + + + -- cgit v1.2.3