feat(dev): Make neovim available in gitpod

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2734>
environments/review-docs-updat-3bw756/deployments/19206
Georg Krause 2024-02-02 09:27:22 +01:00 zatwierdzone przez Georg Krause
rodzic 765bc62a2b
commit d7d6976229
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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