libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit dcf7ee073681c60a396262e54d39017ab4335b6f
parent a7836acb13f8e8a970d8faac16649186ebb73ad0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Feb 2024 22:25:38 +0100

get build step to pass

Diffstat:
Mcontrib/ci/Containerfile | 8++++----
Mdebian/control | 1+
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -5,11 +5,11 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -yqq && \ apt-get install -yqq \ unzip \ - openjdk-21-jdk \ - openjdk-21-jdk-headless \ + openjdk-17-jdk \ + openjdk-17-jdk-headless \ make \ git \ - python3 \ + python3-distutils \ curl \ wget \ po-debconf \ @@ -21,7 +21,7 @@ RUN apt-get update -yqq && \ sudo \ jq -# RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark +# Note: not sure if we need curl/wget/jq at all! WORKDIR /workdir diff --git a/debian/control b/debian/control @@ -6,6 +6,7 @@ Uploaders: Christian Grothoff <grothoff@gnu.org>, Florian Dold <dold@taler.net> Build-Depends: debhelper-compat (= 12), unzip, + python3-distutils, openjdk-17-jdk-headless | openjdk-17-jdk | openjdk-18-jdk-headless | openjdk-18-jdk | openjdk-19-jdk-headless | openjdk-19-jdk | openjdk-20-jdk-headless | openjdk-20-jdk | openjdk-21-jdk-headless | openjdk-21-jdk Standards-Version: 4.1.0 Vcs-Git: https://git.taler.net/libeufin.git