feat(dev): Make neovim available in gitpod

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2734>
This commit is contained in:
Georg Krause 2024-02-02 09:27:22 +01:00 committed by Georg Krause
parent 765bc62a2b
commit d7d6976229
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ RUN sudo apt update -y \
RUN pyenv install 3.11 && pyenv global 3.11
RUN brew install neovim
RUN pip install poetry pre-commit jinja2 towncrier \
&& poetry config virtualenvs.create true \
&& poetry config virtualenvs.in-project true