From e91b54d9ec6c1287be2519904a9f39beb3485846 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 2 Sep 2016 14:34:31 -0600 Subject: Moved neovim to alpine linux to save time on compiling --- Dockerfile.shell | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Dockerfile.shell (limited to 'Dockerfile.shell') diff --git a/Dockerfile.shell b/Dockerfile.shell deleted file mode 100644 index 3e34605..0000000 --- a/Dockerfile.shell +++ /dev/null @@ -1,16 +0,0 @@ -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