aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.shell
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-09-02 14:34:31 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-09-02 17:12:04 -0600
commite91b54d9ec6c1287be2519904a9f39beb3485846 (patch)
tree56960c59f344b358b0e9b26d5ad76c67b0f189ea /Dockerfile.shell
parent7cfc1e88685fa4973d3e0020312c00615ef191a9 (diff)
Moved neovim to alpine linux to save time on compiling
Diffstat (limited to 'Dockerfile.shell')
-rw-r--r--Dockerfile.shell16
1 files changed, 0 insertions, 16 deletions
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 <codyfh@gmail.com>
-
-# 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"
-
-
-