summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 22:25:38 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 22:25:38 +0100
commitdcf7ee073681c60a396262e54d39017ab4335b6f (patch)
treed87fd2996459ab074466594d9fa76c5ee11038cb
parenta7836acb13f8e8a970d8faac16649186ebb73ad0 (diff)
downloadlibeufin-dcf7ee073681c60a396262e54d39017ab4335b6f.tar.gz
libeufin-dcf7ee073681c60a396262e54d39017ab4335b6f.tar.bz2
libeufin-dcf7ee073681c60a396262e54d39017ab4335b6f.zip
get build step to pass
-rw-r--r--contrib/ci/Containerfile8
-rw-r--r--debian/control1
2 files changed, 5 insertions, 4 deletions
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index bf3db541..606aa638 100644
--- 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
index 694e995d..4f287d2b 100644
--- 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