sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 4a1cb0c65f892a1ef11d66771b1b156ea63cf86b
parent 39e5c700a78f1bde4d48d8d7521366f8d85300ed
Author: Devan Carpenter <devan@taler.net>
Date:   Tue, 29 Oct 2024 10:25:29 +0000

deps: install sphinxcontrib.jquery via pypi

package doesn't exist in bookworm

Diffstat:
MDockerfile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -45,7 +45,6 @@ RUN DEBIAN_FRONTEND=noninteractive \ python3-pip \ python3-poetry-core \ python3-sphinx \ - python3-sphinxcontrib.jquery \ python3-sphinx-rtd-theme \ python3-sphinx-multiversion \ python3-venv \ @@ -72,7 +71,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 uwsgi sphinx-book-theme sphinx-markdown-builder +RUN pip3 install --break-system-packages requests click poetry uwsgi sphinx-book-theme sphinx-markdown-builder sphinxcontrib-jquery # GNUnet FROM base-system AS gnunet