diff options
-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 |