From 44b67a6d5c0b4181f0bb1bdb45104611fdd03da3 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 9 Nov 2016 21:08:01 -0700 Subject: Adding python 2 back in for deoplete to work properly --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7a6595e..6e25d3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN apk add --no-cache \ curl \ git \ ack \ + python \ + python-dev \ python3 \ python3-dev \ nodejs \ @@ -50,6 +52,8 @@ RUN phpcs --config-set installed_paths /root/.composer/vendor/escapestudios/symf ADD PEARish.xml /root/PEARish.xml # Install python linting and neovim plugin +RUN python -m ensurepip +RUN pip install neovim jedi flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-import-order flake8-quotes pep8 pep8-naming pep257 # Install nodejs linting @@ -87,4 +91,4 @@ RUN infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > /tmp/$TERM.ti RUN tic /tmp/$TERM.ti # Command for the image -CMD ["/bin/zsh"] +CMD ["/bin/bash"] -- cgit v1.2.3