aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-07-27 15:55:33 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-07-27 15:55:33 -0600
commit14ce1d68605188a9fca191256a2c9591fa3a37f1 (patch)
treeb022010d7109107be454092dfc2caf31e27eb5cf /Dockerfile
parenta852f19b69a90e90cd453736eed35c7efeb50a75 (diff)
Updating pip listing to include python modules for python linting.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index adc0d69..0c78bb0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
neovim
# Install the neovim python plugins
-RUN pip install neovim
+RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming
RUN pip3 install neovim
# Download my Neovim Repo