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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2667>
environments/review-docs-renov-0rs3pp/deployments/18912
Georg Krause 2023-12-05 08:31:55 +00:00 zatwierdzone przez Kasper Seweryn
rodzic b21e241f37
commit 86ce4cfd7c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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