commit acabb9433509d32d1d5490587bc609481172f9f1 parent 7b20e41db973931990ab3ab61bbc245802d6621f Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 10 Feb 2024 20:08:02 +0100 fix Diffstat:
| M | packaging/ubuntu-mantic-docker/merchant-build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/ubuntu-mantic-docker/merchant-build.sh b/packaging/ubuntu-mantic-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