From 14ce1d68605188a9fca191256a2c9591fa3a37f1 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 27 Jul 2016 15:55:33 -0600 Subject: Updating pip listing to include python modules for python linting. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3