sandcastle-ng

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

commit 3756af870749fea69b80b084c830bb11be8cdd3a
parent e7a7b3e01beca3925d7402a84d2c4795194ea49f
Author: Devan Carpenter <devan@taler.net>
Date:   Wed, 28 Feb 2024 21:18:24 -0500

add newly required sphinx module for gnunet

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

diff --git a/Dockerfile b/Dockerfile @@ -40,6 +40,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get --no-install-recommends inst python3-pip \ python3-sphinx \ python3-sphinx-rtd-theme \ + python3-sphinx-multiversion \ python3-venv \ python3-dev \ nodejs \