sandcastle-ng

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

commit b1ba070c3286b7ea95e6340e4e08549721a9fa76
parent 329681b5e69e290c05f76be59f4a18dcd5c40e14
Author: Florian Dold <florian@dold.me>
Date:   Thu,  8 May 2025 03:30:00 +0200

we don't use uwsgi anymore

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

diff --git a/Dockerfile b/Dockerfile @@ -66,14 +66,13 @@ RUN DEBIAN_FRONTEND=noninteractive \ net-tools \ python3-flask \ python3-flask-babel \ - uwsgi \ python3-bs4 \ pybuild-plugin-pyproject \ pandoc # 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 sphinxcontrib-jquery +RUN pip3 install --break-system-packages requests click poetry sphinx-book-theme sphinx-markdown-builder sphinxcontrib-jquery # GNUnet FROM base-system AS gnunet