diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-27 15:55:33 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-27 15:55:33 -0600 |
commit | 14ce1d68605188a9fca191256a2c9591fa3a37f1 (patch) | |
tree | b022010d7109107be454092dfc2caf31e27eb5cf /Dockerfile | |
parent | a852f19b69a90e90cd453736eed35c7efeb50a75 (diff) |
Updating pip listing to include python modules for python linting.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |