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.javascript | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Dockerfile.javascript (limited to 'Dockerfile.javascript') diff --git a/Dockerfile.javascript b/Dockerfile.javascript deleted file mode 100644 index 592f58a..0000000 --- a/Dockerfile.javascript +++ /dev/null @@ -1,15 +0,0 @@ -FROM thornycrackers/neovim:php -MAINTAINER Cody Hiar - -# Install nodejs 6 -RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - -RUN apt-get install -y \ - nodejs - -# Install JS linting modules -# The reason for the version specifications is an 'Unmet peerDependancy error' -# https://github.com/airbnb/javascript/issues/952 -RUN npm install -g eslint@\^2.10.2 eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y@\^1.2.2 - -# Install the eslintrc.json -ADD eslintrc.json /root/.eslintrc.json -- cgit v1.2.3