sandcastle-ng

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

commit 7c54aaa2a121f003021ae5cc2e29222797c570d2
parent 9663636002b98a25eb7aa1517c5f3e423d40f8f3
Author: Devan Carpenter <devan@taler.net>
Date:   Thu, 25 Apr 2024 10:49:04 -0400

add python3-poetry-core dep for merchant-demos

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

diff --git a/Dockerfile b/Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get --no-install-recommends inst procps \ python3-jinja2 \ python3-pip \ + python3-poetry-core \ python3-sphinx \ python3-sphinx-rtd-theme \ python3-sphinx-multiversion \