fix(gitpod): Make sure jinja2 and towncrier are available

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2667>
This commit is contained in:
Georg Krause 2023-12-05 08:31:55 +00:00 committed by Kasper Seweryn
parent b21e241f37
commit 86ce4cfd7c
1 changed files with 1 additions and 1 deletions

View File

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