aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-09-05 20:56:32 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-09-05 20:56:32 -0600
commit940c1002852d4326cbe5bcca76b6886a195abd71 (patch)
tree009bdcf0602b9990b91e15477d22b514d85f9b40 /Dockerfile
parent3f925e06192a90e8878e86428ca9c32c31f5aa4b (diff)
Include jedi for python2, nvim not set up for switching fully to python
3 yet
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a59e3f8..dfd2c19 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ RUN phpcs --config-set installed_paths /root/.composer/vendor/escapestudios/symf
ADD PEARish.xml /root/PEARish.xml
# Install python linting and neovim plugin
-RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257
+RUN pip install neovim flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 jedi
RUN pip3 install neovim jedi
# Install nodejs linting