commit cfa6a16536104dc0c534f7232af5582f451446e0 parent 2e7113a31fb4071c31145be48de86653bc92c34e Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 24 Sep 2023 22:03:06 +0200 fix build Diffstat:
| M | packaging/ubuntu-docker/merchant-build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/ubuntu-docker/merchant-build.sh b/packaging/ubuntu-docker/merchant-build.sh @@ -10,7 +10,7 @@ cd /build/taler # Fetch source rm -rf * -pip3 install htmlark +pip3 install --break-system-packages htmlark git clone git://git.taler.net/merchant cd merchant