summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 22:03:06 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 22:03:06 +0200
commitcfa6a16536104dc0c534f7232af5582f451446e0 (patch)
tree087fc1f8e1d5f5130fd87821ac85c138cc70b235
parent2e7113a31fb4071c31145be48de86653bc92c34e (diff)
downloaddeployment-cfa6a16536104dc0c534f7232af5582f451446e0.tar.gz
deployment-cfa6a16536104dc0c534f7232af5582f451446e0.tar.bz2
deployment-cfa6a16536104dc0c534f7232af5582f451446e0.zip
fix build
-rw-r--r--packaging/ubuntu-docker/merchant-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu-docker/merchant-build.sh b/packaging/ubuntu-docker/merchant-build.sh
index 5625198..32b68f1 100644
--- 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