quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 8745f00349955c39465cf194c52d12449a83b176
parent 5aba2916e77fd1635a3755df002e603283fbd4e1
Author: Florian Dold <florian@dold.me>
Date:   Tue, 21 Feb 2023 14:08:40 +0100

docker-android: allow downgrades to resolve package conflict

Diffstat:
Mdocker-android/install.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker-android/install.sh b/docker-android/install.sh @@ -3,7 +3,8 @@ set -e set -x # Install dependencies -apt-get install -y --no-install-recommends \ +apt-get install -y --allow-downgrades \ + libssl1.1=1.1.1n-0+deb11u3 \ clang \ curl \ default-jdk-headless \