commit f687d952cf54c907130fe3791fa051391e998f75 parent 46749f87dbe69e038931bcf60b5654835a0cab21 Author: Florian Dold <florian@dold.me> Date: Tue, 28 Jul 2026 16:23:00 +0200 remove comment Diffstat:
| M | Dockerfile | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -72,10 +72,9 @@ RUN DEBIAN_FRONTEND=noninteractive \ equivs \ ; -# 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 sphinx-book-theme sphinx-markdown-builder sphinxcontrib-jquery +# FIXME: Try to use debian packages where possible RUN npm install -g pnpm@10 + COPY buildscripts/sandcastle-build-generic /bin/ # GNUnet