diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index d996a8a13..899bd8520 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -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