commit 49fabd0845d0a8b6090d96befbb5ab6b324fe828 parent 01279f4140aa5fcbe80aa84ad5905b9d674bc1ae Author: Florian Dold <florian@dold.me> Date: Wed, 23 Jul 2025 18:13:39 +0200 build: do not install poetry from pip, it breaks packaging in a very subtle way Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -72,7 +72,7 @@ RUN DEBIAN_FRONTEND=noninteractive \ # FIXME: Try to use debian packages where possible and otherwise really use # a venv or per-user installation of the package. -RUN pip3 install --break-system-packages requests click poetry sphinx-book-theme sphinx-markdown-builder sphinxcontrib-jquery +RUN pip3 install --break-system-packages requests click sphinx-book-theme sphinx-markdown-builder sphinxcontrib-jquery # GNUnet FROM base-system AS gnunet